Perplexity API
List Async Chat Completions
Lists all asynchronous chat completion requests for the authenticated user.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Maximum number of requests to return.
Token for fetching the next page of results. Ensure this token is URL-encoded when passed as a query parameter.
Response
200 - application/json
Successfully retrieved list of async chat completion requests.
The response is of type object
.