Get a generation job
Poll a generation job until its status is terminal. On success the AI context record has already been overwritten with the generated fields.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Successful Response
A generation job's current state. Poll this until status is terminal.
The domain this job is researching.
Why generation failed — infra trouble, or too little public content.
Where a context-generation job has got to.
Jobs are born RUNNING — creation validates, inserts and queues the
workflow in one call, so there is no separate committed-but-not-started
phase. PENDING exists for schema parity with the other job enums and is
never observed. The two terminal states are absorbing: a job never leaves
them.
pending, running, succeeded, failed