> ## Documentation Index
> Fetch the complete documentation index at: https://openrouter.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# BatchListResponse

A newest-first page of metadata-only batch objects.

## Fields

| Field      | Type                                                                            | Required             | Description |
| ---------- | ------------------------------------------------------------------------------- | -------------------- | ----------- |
| `data`     | List\[[components.BatchListItem](../components/batchlistitem.mdx)]              | :heavy\_check\_mark: | N/A         |
| `first_id` | *Nullable\[str]*                                                                | :heavy\_check\_mark: | N/A         |
| `has_more` | *bool*                                                                          | :heavy\_check\_mark: | N/A         |
| `last_id`  | *Nullable\[str]*                                                                | :heavy\_check\_mark: | N/A         |
| `object`   | [components.BatchListResponseObject](../components/batchlistresponseobject.mdx) | :heavy\_check\_mark: | N/A         |
