List tool executions
List tool executions started via the API, most recently created first. Use selfOnly=true to restrict results to the calling API key's user; otherwise all executions for the team are returned. Cursor-paginated; see the Pagination guide. Executions remain listable indefinitely (including those older than 7 days). For efficiency this list does not re-sign result download URLs, so downloadUrl/thumbnailUrl reflect the last time they were signed and may be expired (always check downloadUrlExpiresAt). To obtain a fresh signed URL, GET the individual execution (GET /v1/tools/executions/{toolExecutionId}) or hydrate the file (GET /v1/files/{fileId} / POST /v1/files/{fileId}/hydrate).
Query parameters
Maximum number of items to return in the page. Defaults to 50; capped at 200. See Pagination.
Opaque pagination cursor returned as nextCursor by the previous page. Omit on the first request. Cursors are tied to the endpoint that produced them and must be passed unmodified. See Pagination.
When true, returns only items created by the API key's owner. When false (default), returns all items accessible to the team.
Response
Paginated list of tool executions.
Changes
No recorded changes to this endpoint across all 1 revision of this API.