Poll the status of many page-creation workflows in one request. Returns an overall rollup status plus a per-item array.
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.
Enter your API key (starts with lindo_sk_)
Array of record_ids to poll. Between 1 and 25 items.
1 - 25 elements["rec_abc", "rec_def", "rec_ghi"]Batch status retrieved
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 erroredscheduled, running, complete, partial, errored Human-readable summary of the batch, safe to quote.
"5 items complete."
Per-record status, in the same order as the requested record_ids.
Suggested delay before polling again while done is false.