Skip to main content
GET
/
v1
/
voiceai
/
batch-calling
/
jobs
List Jobs
curl --request GET \
  --url https://api.example.com/v1/voiceai/batch-calling/jobs
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

x-api-key
string | null

API key for authentication

Response

Successful Response