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

# История генераций

> История запросов с фильтрацией и пагинацией

# История генераций

**GET `/v1/history/generations`**

История запросов с фильтрацией и пагинацией.

## Авторизация

```http theme={null}
Authorization: Bearer <A1_API_KEY>
```

## Параметры

Query: page/limit, date range, request type, status and sort. Детали: `/v1/history/generations/{id}`.

## Пример

```bash theme={null}
curl "https://apia1.com/api/v1/history/generations?page=1&limit=20" -H "Authorization: Bearer <A1_API_KEY>"
```

## Ошибки

`400` — неверный запрос; `401` — auth; `403` — права; `404` — объект не найден; `429` — лимит; `5xx` — временная ошибка сервиса/provider.
