List saved conversations

Lists saved Playground conversations for the account attached to the API key. This endpoint is read-only; save and delete chats in the dashboard Playground.

Authentication

AuthorizationBearer

Pass your EmpirioLabs API key as a bearer token. The Anthropic-style x-api-key header is also accepted on every endpoint.

Query parameters

limitintegerOptional1-100Defaults to 50
beforedatetimeOptional
Return conversations updated before this timestamp.
modelstringOptional
Filter to saved chats for one model ID.

Response

Saved Playground conversations.
objectstring
datalist of objects
has_moreboolean
next_cursordatetime or null

Errors

401
Unauthorized Error