Get Pathway Generation Status
Conversational Pathways
Get Pathway Generation Status
Poll pathway generation status and retrieve the generated pathway ID when ready.
GET
Get Pathway Generation Status
Headers
string
required
Your API key for authentication.
Path Parameters
string
required
The
jobId returned by POST /v1/pathway/generate.How polling works
- The first status request can return
ready: falsewhile the server begins processing. - Continue polling until
data.readyistrue. - On success, the response includes
pathway_id. - On failure, the response includes
error.
Response
object
Generation state object.
boolean
false while generation is still in progress, true when processing is complete.string
Present when generation succeeds and
ready is true.string
Present when generation fails and
ready is true.null | array
null on success responses, or a list of errors for invalid/unauthorized requests.Docs for agents: llms.txt