curl --request GET \
--url https://api.zo.computer/events/ \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"rrule": "<string>",
"instruction": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"next_run": "<string>",
"utc": true,
"title": "<string>",
"result_delivery_method": "email",
"model": "<string>",
"active": true
}
]List all agents for the authenticated user.
Agents are automated tasks that run on a schedule (defined by rrule). Returns agents in chronological order (oldest first).
curl --request GET \
--url https://api.zo.computer/events/ \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"rrule": "<string>",
"instruction": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"next_run": "<string>",
"utc": true,
"title": "<string>",
"result_delivery_method": "email",
"model": "<string>",
"active": true
}
]Zo API key (zo_sk_...)
Successful Response