Get generation job status

View as MarkdownOpen in Claude
Poll this endpoint to track generation progress. Key fields: - `status`: pending, running, needs_clarification, completed, failed - `stage`: queued, gathering, generating, testing, retrying, done - `hypothesis`: current generated script (work in progress) - `testResults`: array of test attempts with pass/fail - `clarification`: AI's question (when status = needs_clarification) - `logs`: array of stage log entries

Authentication

X-Api-Keystring
API Key authentication via header

Path parameters

jobIdstringRequired
Generation job ID

Response

OK
codeinteger
isSuccessboolean
messagestring
jobobject

Errors

404
Not Found Error