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
Documentation Index
Fetch the complete documentation index at: https://docs.bland.ai/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Your API key for authentication.
Path Parameters
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
Generation state object.
false while generation is still in progress, true when processing is complete.Present when generation succeeds and
ready is true.Present when generation fails and
ready is true.null on success responses, or a list of errors for invalid/unauthorized requests.Docs for agents: llms.txt