Skip to main content
GET
Get Live Sequence Test
Pass the sequence ID and run.id from Start Live Sequence Test. 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.