Skip to main content
GET
/
automations
/
{id}
/
runs
List automation runs
curl --request GET \
  --url https://api.sendrealm.com/automations/{id}/runs \
  --header 'Authorization: Bearer <token>'
{
  "status": 123,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "details": null
  }
}

Run list includes

  • Trigger event
  • Resolved identity
  • Per-step timeline
  • Wait states
  • Timeout path
  • Linked sent email and push records
  • Last error

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Response

Run list