Skip to main content
GET
Get candidate dynamic sequence status

First time? Set up Authentication

Learn how to authenticate your API requests with your API key.
Returns the latest dynamic sequence for the candidate in their sourcing, including high-level progress and whether user action is required. Use this endpoint after Start sequence blueprint to poll outreach progress by candidateId.

Path parameters

string
required
Candidate id in your workspace.

Response

When success is true, data contains:
  • candidateId, talentId, sourcingId
  • sequencenull when no dynamic sequence exists for this candidate in the sourcing
  • When present, sequence includes sequenceId, name, rawStatus, displayStatus, step progress fields, and optional actionRequired
displayStatus can be SCHEDULED, ACTION_REQUIRED, ERROR, TALENT_REPLIED, WAITING_FOR_ACCEPTANCE, COMPLETED, or PAUSED.

Errors