Skip to main content

List a report's executions

GET 

/targets/:tid/reports/:rid/executions

Returns the executions this report pins, as lean summaries — the same row shape as GET /executions, with no conversation or report bodies. Prefer this over GET /executions?ids=…: the report's set is a scope rather than a filter, so nothing else can narrow it, and a report with hundreds of executions does not have to be spelled out in the query string. Ids that no longer resolve are omitted; the count of those is the report's missing_execution_count.

Request

Responses

Successful Response