Skip to main content
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: false while the server begins processing.
  • Continue polling until data.ready is true.
  • 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