v3

latestOpenAPI 3.0.32026-08-0817137122.3 KB
executions

searchExecutions

Search automation executions of an entity with cursor-based pagination. Returns pages of up to 100 executions, newest first. Prefer this over GET /v1/automation/executions, which returns the full execution history in a single response.

post/v1/automation/executions:search

Request body

entity_idstring required
include_flowsboolean

Include flow automations in the response

sizeinteger

Max number of executions to return per page

cursorstring

Opaque cursor returned as next_cursor by a previous page. Pass it to fetch the next page of results.

Example request

{
  "entity_id": "e3d3ebac-baab-4395-abf4-50b5bf1f8b74"
}

Response

A page of automation executions

totalnumber required

Number of executions in this page

next_cursorstring

Opaque cursor to fetch the next page of results. Only present when more results are available.