Skip to main content
GET
Get Automation readiness

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

checkfu-version
enum<string>
required
Available options:
2026-08-24

Path Parameters

id
string
required
Pattern: ^auto_[0-9a-f]{32}$

Response

Server-owned readiness for one Automation at one read instant: every check that applies to this shape, each ready/blocked/unknown against live stores. ready is true only when every check is ready. A stale read is detected by comparing automation_version against the store before activation.

Server-owned readiness for one Automation at one read instant: every check that applies to this shape, each ready/blocked/unknown against live stores. ready is true only when every check is ready. A stale read is detected by comparing automation_version against the store before activation.

automation_id
string
required
Pattern: ^auto_[0-9a-f]{32}$
automation_version
integer
required
Required range: x > 0
ready
boolean
required
checks
object[]
required
Maximum array length: 16