cURL
curl --request GET \ --url https://bugzy.ai/api/v1/projects/{id}/schedules \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "task_slug": "<string>", "cron_expression": "0 9 * * *", "timezone": "UTC", "next_run_time": "2023-11-07T05:31:56Z", "enabled": true, "name": "<string>" } ] }
Documentation IndexFetch the complete documentation index at: https://www.bugzy.ai/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://www.bugzy.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Project API key (bzy_proj_*). Generate in Dashboard → Project Settings → API Key.
List of schedules
Show child attributes