---
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

---

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