---
title: "List Async Chat Completions"
method: GET
path: "/async/chat/completions"
---

# List Async Chat Completions

`GET /async/chat/completions`

Retrieve a list of all asynchronous chat completion requests for a given user.

## Response `200`

Successful Response

- ListAsyncApiChatCompletionsResponse
  - `next_token` string, nullable
  - `requests` AsyncApiChatCompletionsResponseSummary[], required
    - `id` string, required
    - `created_at` integer, required
    - `started_at` integer, nullable
    - `completed_at` integer, nullable
    - `failed_at` integer, nullable
    - `model` string, required
    - `status` 'CREATED' | 'IN_PROGRESS' | 'COMPLETED' | 'FAILED', required — Status enum for async processing.

## Other responses

- `422` — Validation Error

## Changes

- **2025-09-15** `0a0c41e4a1d0` — 4 breaking, 2 warning, 1 info
  - the `requests/items/completed_at/anyOf[subschema #1]/` response's property type/format changed from `integer`/`int64` to `integer`/`` for status `200`
  - the `requests/items/created_at` response's property type/format changed from `integer`/`int64` to `integer`/`` for status `200`
  - the `requests/items/failed_at/anyOf[subschema #1]/` response's property type/format changed from `integer`/`int64` to `integer`/`` for status `200`
  - the `requests/items/started_at/anyOf[subschema #1]/` response's property type/format changed from `integer`/`int64` to `integer`/`` for status `200`
  - …3 more
- **2025-09-10** `0a20b2c1a864` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/perplexityai/apis/perplexity-ai-api/changes/async/chat/completions/get.md)

---

[API](https://skmtc.dev/perplexityai/apis/perplexity-ai-api.md) · [All operations](https://skmtc.dev/perplexityai/apis/perplexity-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/perplexityai/perplexity-ai-api/revisions/bcca72d3b564/schema)
