Skip to main content
GET
Read one automation run, reconciled against the live snapshot
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

GET /ai/automations/runs/ A runId belonging to another tenant resolves identically to one that never existed — RUN_NOT_FOUND (404) in both cases, so the response cannot be used to discover that someone else’s run exists. Terminal runs are served straight from the cached row without re-querying the snapshot store. Authorization: any authenticated tenant member.

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

runId
string<uuid>
required

Response

Automation run retrieved

status
string
Example:

"success"

message
string
data
object