Skip to main content
GET
/
events
List Agents
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
  }
]

Authorizations

Authorization
string
header
required

Zo API key (zo_sk_...)

Response

200 - application/json

Successful Response

id
string
required
rrule
string
required
instruction
string
required
created_at
string
required
updated_at
string
required
next_run
string | null
required
utc
boolean | null
title
string | null
result_delivery_method
enum<string> | null
Available options:
email,
sms
model
string | null
active
boolean
default:true