chats

Find Chat Versions

Retrieves a list of all versions (iterations) for a specific chat, ordered by creation date (newest first). Supports cursor-based pagination and includes version status and demo URLs.

get/chats/{chatId}/versions

Path parameters

chatIdstring required

The unique identifier of the chat to retrieve versions for. Provided as a path parameter.

Query parameters

limitnumber

Specifies the maximum number of version records to return in a single response. Useful for paginating results when there are many versions.

Specifies the maximum number of version records to return in a single response. Useful for paginating results when there are many versions.

cursorstring

Base64 encoded cursor containing pagination data

Base64 encoded cursor containing pagination data

Response

Success

object'list' required

Changes