List project schedules
GET
/v1/projects/{projectId}/schedulesList schedules attached to a project across its tickets, threads, and automations.
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
| Name | Location | Type | Required | Description |
|---|---|---|---|---|
| projectId | path | string | Yes | Project ID |
Query parameters
| Name | Location | Type | Required | Description |
|---|---|---|---|---|
| rangeStart | query | string | No | Optional lower bound for schedule occurrence filtering. |
| rangeEnd | query | string | No | Optional upper bound for schedule occurrence filtering. |
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.
200Project schedule listapplication/json
| Field | Type | Required | Description |
|---|---|---|---|
| object | string | No | — |
| data | object[] | No | — |
| data[].id | string | No | Unique identifier. |
| data[].userId | string | No | User ID. |
| data[].name | string | No | Human-readable name. |
| data[].description | string | No | Human-readable description. |
| data[].agentId | string | No | Agent ID. |
| data[].agentName | string | No | — |
| data[].task | string | No | — |
| data[].environmentId | string | No | Computer ID. |
| data[].environmentName | string | No | — |
| data[].appId | string | No | — |
| data[].contextId | string | No | — |
| data[].contextName | string | No | — |
| data[].scheduleType | one-time | recurring | No | — |
| data[].cronExpression | string | No | — |
| data[].scheduledTime | string | No | — |
| data[].timezone | string | No | — |
| data[].enabled | boolean | No | — |
| data[].lastRunAt | string | No | — |
| data[].nextRunAt | string | No | — |
| data[].runCount | integer | No | — |
| data[].successCount | integer | No | — |
| data[].failureCount | integer | No | — |
| data[].metadata | object | No | Free-form metadata object. |
| data[].createdAt | string | No | ISO 8601 timestamp. |
| data[].updatedAt | string | No | ISO 8601 timestamp. |
| has_more | boolean | No | — |
| total_count | integer | No | — |
404Resource not foundapplication/json
| Field | Type | Required | Description |
|---|---|---|---|
| error | string | No | — |