GET
/
api
/
v2
/
tasks
/
limits
Fetch task limits
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
    }
  }
}

Response

Limits

success
boolean
Example:

true

limits
object