Get Agent Generation Status
Check the status of a prompt-based agent generation.
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
Path Parameters
Generation identifier returned by the create request
Pattern:
^gen_[a-f0-9]{40}$Response
Current generation status
Pattern:
^gen_[a-f0-9]{40}$Available options:
queued, generating, completed, failed Generated agent identifier. Present when status is completed.
Generated first-flow identifier. Present when status is completed.
Last modified on August 4, 2026
Get agent generation status

