v27

latestOpenAPI 3.0.02026-07-1347144237.4 KB
StoredCompletion:

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

objectstring

The object type, which is always list

totalinteger

Total number of items.

first_idstring

The first id in the retrieved list

last_idstring

The last id in the retrieved list

has_moreboolean

The has_more property is used for pagination to indicate there are additional results.