Skip to main content
Retrieve a specific candidate’s summary record using their Cutshort ID. Use this endpoint to fetch fresh data after a search, or to verify candidate details before sending an invite.

Endpoint

Path Parameters

string
required
The candidate’s unique Cutshort ID (e.g., cand_8f3kL9mN).

Example Request

Response

Returns 200 OK with the candidate’s summary record.

Response Fields

string
Unique Cutshort candidate ID.
string
The candidate’s full name.
string
The candidate’s professional headline or current role.
string
The candidate’s current city or preferred work location.
integer
Total years of professional experience.
array
List of skill names associated with the candidate’s profile.
integer
AI-generated quality score from 0 to 100.
string
The candidate’s current job-search status. One of active, open, or not_looking.
integer
Minimum expected annual salary in INR.
integer
Maximum expected annual salary in INR.
string
Direct URL to the candidate’s full Cutshort profile.

Error Response

If no candidate exists for the given ID, the API returns 404 Not Found.