Poll the status of a blog-creation workflow started via POST /v1/ai/workspace/website/{website_id}/blog. Returns an agent-friendly envelope with done, status, message, and (when complete) the published result.
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_)
The workflow record_id returned by the create-blog endpoint
"rec_abc123xyz789"
Status retrieved
The status poll succeeded. This is independent of whether the workflow itself succeeded; check status for that.
true true
True once the workflow has reached a terminal state (complete, partial, or errored). While false, clients should poll again after poll_after_ms.
true
scheduled: queued to run in the futurerunning: currently executingcomplete: fully finished with no errorspartial: finished, but some sub-steps (e.g. individual pages of a website) failederrored: the workflow itself failedscheduled, running, complete, partial, errored "complete"
The workflow record_id you polled
"rec_abc123xyz789"
Human-readable, safe-to-quote status message. Agents can surface this directly to end users.
"Page published at /about"
When done is false, suggested delay before the next status check, in milliseconds. Absent when done is true.
5000
Present once the blog post has been published (status is complete).
When status is errored, a machine-readable error message
"Insufficient credits: daily limit reached"