List schedule executions
GET
/v1/schedules/executionsList durable execution lifecycle records for Calendar and automation schedules in the active organization.
How to call this endpoint
Every ACP API request uses bearer authentication. The examples here show the actual request path, auth header, and body shape that the platform expects.
Path, query, and header parameters
These parameters control which ACP object the endpoint acts on and how the request is processed.
Path parameters
None.
Query parameters
| Name | Location | Type | Required | Description |
|---|---|---|---|---|
| scheduleId | query | string | No | — |
| appId | query | string | No | — |
| contextId | query | string | No | — |
| rangeStart | query | string | No | — |
| rangeEnd | query | string | No | — |
| limit | query | integer | No | — |
| offset | query | integer | No | — |
Body schema
This endpoint does not require a request body.
None.
What the API returns
Each response code below includes the documented payload shape for the ACP API.
200Schedule execution listapplication/json
| Field | Type | Required | Description |
|---|---|---|---|
| object | string | Yes | — |
| data | object[] | Yes | — |
| data[].id | string | Yes | Unique identifier. |
| data[].scheduleId | string | Yes | Schedule ID. |
| data[].userId | string | Yes | User ID. |
| data[].organizationId | string | No | — |
| data[].createdByUserId | string | No | — |
| data[].triggerType | automatic | manual | Yes | — |
| data[].scheduledFor | string | Yes | — |
| data[].status | claimed | running | completed | failed | Yes | Current lifecycle status. |
| data[].threadId | string | No | Thread ID. |
| data[].claimedBy | string | No | — |
| data[].leaseExpiresAt | string | No | — |
| data[].startedAt | string | No | ISO 8601 timestamp. |
| data[].completedAt | string | No | ISO 8601 timestamp. |
| data[].error | string | No | — |
| data[].metadata | object | No | Free-form metadata object. |
| data[].createdAt | string | Yes | ISO 8601 timestamp. |
| data[].updatedAt | string | Yes | ISO 8601 timestamp. |
| data[].threadTitle | string | No | — |
| data[].threadStatus | string | No | — |
| data[].threadCreatedAt | string | No | — |
| data[].threadCompletedAt | string | No | — |
| data[].threadLastMessagePreview | string | No | — |
| data[].scheduleName | string | No | — |
| data[].appId | string | No | — |
| data[].contextId | string | No | — |
| has_more | boolean | Yes | — |