Poll the status of a website-creation workflow started via POST /v1/ai/workspace/website. Aggregates the home page plus every additional page: status is only complete when every page has succeeded, partial if the website exists but one or more pages failed.
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-website 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 as soon as the website record is created. While running, pages_summary and pages track per-page progress. When status is complete, every page succeeded; when partial, the website exists but one or more additional pages failed.
When status is errored, a machine-readable error message
"Insufficient credits: daily limit reached"