> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kalent.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# get_candidate_dynamic_sequence_status

> Read the current or latest dynamic outreach sequence status for a candidate.

Returns the latest dynamic sequence status for a candidate in the authenticated workspace sourcing.

Use this tool after `start_dynamic_sequences` to poll progress by `candidateId`.

## Input

| Parameter     | Type   | Required | Description                  |
| ------------- | ------ | -------- | ---------------------------- |
| `candidateId` | string | Yes      | Candidate in your workspace. |

## Output

JSON block with `success: true` and `data`: `candidateId`, `talentId`, `sourcingId`, and `sequence` (or `null`).

When `displayStatus` is `ACTION_REQUIRED`, the response also includes `requiresAction: true` and `actionRequired` details.

## Errors

`session not found`, `Not found`, or a human-readable error when the candidate cannot be resolved.
