DocsAPI ReferenceList scheduled bots
GET
/api/v1/bots/scheduleReturns all scheduled bot entries for the workspace, optionally filtered by status.
Query Parameters
statusstringe.g. "scheduled"Filter by status: `scheduled`, `launched`, `cancelled`, `failed`.
limitintegere.g. 50Max results. Default: 50. Max: 200.
Headers
X-API-KeystringrequiredYour workspace API key.
Responses
200Array of scheduled bot entries.
[
{
"id": 7,
"status": "scheduled",
"scheduled_start_at": "2026-05-15T14:00:00Z",
"meeting_url": "https://meet.google.com/abc-defg-hij",
"settings": {}
}
]401Missing or invalid API key.
Try it live
API Configurationglobal · all endpoints
GET
https://api.serveka.com/api/v1/bots/schedulecurl -X GET 'https://api.serveka.com/api/v1/bots/schedule' \