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

# Get Live Sequence Test

> Inspect live sequence test status and step logs

Pass the sequence ID and `run.id` from [Start Live Sequence Test](./test-run). Requires `sequences:read` and `subscribers:read`.

The response contains `run` with its ID, sequence ID (`automationId`), company ID, subscriber ID (nullable on historical runs), initiating user ID (nullable), recipient emails, speed multiplier, timestamps, status, steps and nullable error message. Status progresses from `queued` to `running`, then `completed` or `failed`. `startedAt` and `finishedAt` are null until those transitions occur. Step logs include node ID, status, timing and action-specific messages or metadata when available. This endpoint does not return the creation-only queue job ID or a separate event-properties field. Resolved event values can appear in step logs.

Missing authentication returns 401, missing scopes or restricted roles return 403, and inaccessible or mismatched sequence/run IDs return 404.

Inspect failed steps before starting a new test. Completed actions are not rolled back, and running the test again can repeat them.
