---
title: "Api V 1 Batches List List"
method: GET
path: "/api/v1/batches/list/"
tags: ["proxy"]
---

# Api V 1 Batches List List

`GET /api/v1/batches/list/`

GET with filtering support.

## Query parameters

- `page` integer
- `page_size` integer

## Headers

- `Authorization` string, required

## Response `200`

- PaginatedBatchJobListList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` BatchJobList[], required
    - `id` string, required — Provider's batch ID (e.g., batch_...)
    - `provider_id` string, required — Provider ID matching litellm_provider_id (e.g., 'openai', 'parasail')
    - `status` 'pending' | 'validating' | 'in_progress' | 'finalizing' | 'completed' | 'failed' | 'cancelling' | 'cancelled' | 'expired' — * `pending` - Pending * `validating` - Validating * `in_progress` - In Progress * `finalizing` - Finalizing * `completed` - Completed * `failed` - Failed * `cancelling` - Cancelling * `cancelled` - Cancelled * `expired` - Expired
    - `request_count` integer
    - `completed_count` integer
    - `failed_count` integer
    - `total_cost` number, double — Total cost calculated from output (populated on completion)
    - `is_usage_tracked` string, required
    - `is_active` string, required
    - `is_terminal` string, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `completed_at` string, date-time, nullable — When batch reached terminal status
    - `last_polled_at` string, date-time, nullable — Last time status was polled (for smart backoff)
    - `start_log_unique_id` string, required — unique_id of the start log (log_type=BATCH)
    - `completion_log_unique_id` string — unique_id of the completion log (populated when status=completed and logged)
    - `provider_data` unknown

---

[API](https://skmtc.net/keywordsai/apis/api-reference.md) · [All operations](https://skmtc.net/keywordsai/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/keywordsai/api-reference/revisions/c26d550029f8/schema)
