Chats

List chat user prompts

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/v2/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

Changes