Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.vida.dev/api/v2/tasks/limits
{ "success": true, "limits": { "businessHours": { "timezone": "America/Chicago", "days": [ 1, 2, 3, 4, 5 ], "start": "09:00", "end": "17:00" }, "daily": { "calls": 100, "texts": 200, "tasks": 300 }, "concurrencyPerRun": 10, "cooldowns": { "calls": 86400, "texts": 300 } } }
Retrieve the org’s current task limits configuration.
Limits
true
Show child attributes