v27
latestOpenAPI 3.0.02026-07-1347144237.4 KBStoredCompletion:
Gets stored completion messages by the given stored completion id.
get/chat/completions/{stored-completion-id}/messages
Path parameters
stored-completion-idstring required
The identifier of the stored completion.
Query parameters
afterstring
Identifier for the last stored completion message from the previous pagination request.
limitinteger
Number of stored completions messages to retrieve. Defaults to 20.
orderstring
Order of the results by message index (ascending or descending). Default to asc.
api-versionstring required
The requested API version.
Response
Success