Skip to main content
GET
Get agent generation status
Returns the current status of an agent generation owned by the authenticated user. Poll the URL supplied in the creation response’s Location header. Stop polling when the status is completed or failed. A completed response includes the generated agentId and workflowId; a failed response includes an error code and message. Generation status responses are not cached.

Authorizations

X-Authorization
string
header
required

Path Parameters

generationId
string
required

Generation identifier returned by the create request

Pattern: ^gen_[a-f0-9]{40}$

Response

Current generation status

generationId
string
required
Pattern: ^gen_[a-f0-9]{40}$
status
enum<string>
required
Available options:
queued,
generating,
completed,
failed
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
agentId
string

Generated agent identifier. Present when status is completed.

workflowId
string

Generated first-flow identifier. Present when status is completed.

error
object
Last modified on August 4, 2026