Skip to main content
GET
Get qualified search result

First time? Set up Authentication

Learn how to authenticate your API requests with your API key.
Read a qualified search started with POST /v1/search/talents/qualified or POST /v1/search/talents/qualified/by-prompt. This endpoint only reads talents that already received a verdict. It never starts an analysis, never costs credits, and does not send the X-Api-Credits-Remaining header (only start, by-prompt, and continue do). Calls, waves, and credits are explained on the qualified search overview. To analyse new talents, call POST /v1/search/talents/qualified/{castingId}/continue. Follow nextAction: canContinue is kept for compatibility and equals nextAction === "continue".

Ordering

Talents are returned green first, then amber, then red. Within a verdict, they are in the order they were judged. Pagination follows the same order across pages.

Path

string
required
The castingId returned when the qualified search was started.

Query

string
Verdicts to return: one or more of green, amber, red. Repeat the parameter or separate values with commas (verdicts=green,amber). Default: all three. The filter changes only the talents array; counts and credits are unchanged.
string
nextPageCursor from a previous response. Omit it on the first page. A cursor is bound to the verdicts it was issued with; reusing it with a different filter returns validation_error.
number
default:"50"
Number of talents to return, from 1 to 100.

Response

boolean
Whether the request completed without errors.
object
Present when success is true.
object
Present when success is false.

Example