Skip to main content
POST
Check status of up to 25 blog workflows at once

Authorizations

Authorization
string
header
required

Enter your API key (starts with lindo_sk_)

Body

application/json
workflow_ids
string[]
required

Array of workflow_ids to poll. Between 1 and 25 items.

Required array length: 1 - 25 elements
Example:

Response

Batch status retrieved

success
enum<boolean>
required
Available options:
true
done
boolean
required

True once every item has reached a terminal state.

status
enum<string>
required
  • scheduled: every item is scheduled
  • running: at least one item is still running or scheduled
  • complete: every item finished cleanly
  • partial: every item is terminal but some errored
  • errored: every item errored
Available options:
scheduled,
running,
complete,
partial,
errored
message
string
required

Human-readable summary of the batch, safe to quote.

Example:

"5 items complete."

summary
object
required
items
object[]
required

Per-workflow status, in the same order as the requested workflow_ids.

poll_after_ms
number

Suggested delay before polling again while done is false.