List an automation’s fire history

View as Markdown

One keyset page of fires, newest first: started | success | busy | needs_input | blocked | error, each with the thread it landed in. Unbounded history (no retention cap). Pass the previous page’s nextCursor to continue. Authorization: any organization member.

Authentication

AuthorizationBearer

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

Path parameters

automationIdstringRequired

Query parameters

cursorstringOptional

The previous page’s nextCursor.

limitintegerOptional1-100Defaults to 25
Rows per page.

Response

One page of fires.
runslist of objects
nextCursorstring or null