Documentation Index
Fetch the complete documentation index at: https://docs.bland.ai/llms.txt
Use this file to discover all available pages before exploring further.
Your API key for authentication.
Query Parameters
Optional. The number of results to return.
Optional. The number of results to skip (used for pagination).
Response
A list of batches created by your organization.
The unique identifier of the batch.
The ID of the org that created the batch.
A JSON string representing the global call properties used in the batch.
The timestamp when the batch was created.
A preview of the call objects included in the batch.
A human-readable description of the batch.
{
"data": [
{
"id": "652ad643-9gca-477c-97c3-9d8e6t74d7af",
"user_id": "64602f94-d670-43d2-8474-bcdcb9522c4f",
"base_prompt": "{\"record\":true,\"task\":\"Say hello to the user\"}",
"created_at": "2025-05-08T19:28:12.627Z",
"call_objects": [
{
"task": "Say hello to the user",
"phone_number": "+1234567890"
}
],
"description": "My first batch"
}
],
"errors": null
}