Check status of up to 25 page workflows at once
Workflows
Check status of up to 25 page workflows at once
Poll the status of many page-creation workflows in one request. Returns an overall rollup status plus a per-item array.
POST
Check status of up to 25 page workflows at once
Documentation Index
Fetch the complete documentation index at: https://lindo.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Enter your API key (starts with lindo_sk_)
Body
application/json
Array of workflow_ids to poll. Between 1 and 25 items.
Required array length:
1 - 25 elementsExample:
["wf_abc", "wf_def", "wf_ghi"]Response
Batch status retrieved
Available options:
true True once every item has reached a terminal state.
scheduled: every item is scheduledrunning: at least one item is still running or scheduledcomplete: every item finished cleanlypartial: every item is terminal but some errorederrored: every item errored
Available options:
scheduled, running, complete, partial, errored Human-readable summary of the batch, safe to quote.
Example:
"5 items complete."
Per-workflow status, in the same order as the requested workflow_ids.
Suggested delay before polling again while done is false.

