v3
latestOpenAPI 3.0.02026-08-081996601.2 MBAgent Schedules
List agent schedule executions
Lists all execution attempts for a schedule, ordered by most recent first.
get/v2/agents/{agent_key}/schedules/{schedule_key}/executions
Path parameters
agent_keystring required
A unique key that identifies an agent.
Example:customer_support
schedule_keystring required
A unique key that identifies an agent schedule.
Example:daily-report
Query parameters
limitinteger
page_keystring
The opaque cursor returned in metadata.page_key of the previous response. Omit it to fetch the first page.
Headers
Request-Timeoutinteger
The platform makes a best effort to complete the request in the specified seconds, or it times out.
Request-Timeout-Millisinteger
The platform makes a best effort to complete the request in the specified milliseconds, or it times out.
Response
List of schedule execution attempts.
Example response
{
"executions": [
{
"schedule_key": "daily-report"
}
],
"metadata": {
"page_key": "eyJvZmZzZXQiOjF9"
}
}