DocsAPI ReferenceGet a scheduled bot
GET
/api/v1/bots/schedule/{bot_id}Returns a single scheduled bot entry by its integer ID (from `ScheduledBotResponse.id`).
Path Parameters
bot_idintegerrequirede.g. 7Scheduled bot integer ID.
Headers
X-API-KeystringrequiredYour workspace API key.
Responses
200Scheduled bot entry.
404Scheduled bot not found.
Try it live
API Configurationglobal · all endpoints
GET
https://api.serveka.com/api/v1/bots/schedule/7Path Parameters
curl -X GET 'https://api.serveka.com/api/v1/bots/schedule/7' \