v54

latestSwagger 2.0AGPL-3.0raw.githubusercontent.com2026-08-03397565628.8 KB
Chats

List chat user prompts

Experimental: this endpoint is subject to change.

Returns the user-authored prompts in a chat, newest first, with each prompt's text parts concatenated in the order they were authored. Used by the composer to power the up/down arrow prompt-history cycle without paging through every message in the chat.

get/api/experimental/chats/{chat}/prompts

Path parameters

chatstring uuid required

Chat ID

Query parameters

limitinteger

Page size, 0 to 2000. 0 (the default) means the server-side default of 500.

Response

OK