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.
Usage
API Signature
Request
Path Parameters
The unique identifier of the chat to retrieve versions for. Provided as a path parameter.
Query Parameters
Specifies the maximum number of version records to return in a single response. Useful for paginating results when there are many versions.
Base64 encoded cursor containing pagination data
Response
A unique identifier for the version.
Fixed value identifying this object as a version.
The current status of the version generation process.
Optional URL for previewing the generated output.
The date and time when the version was created, in ISO 8601 format.
The date and time when the version was last updated, in ISO 8601 format.