✨ List prompts
List all prompts.
Query parameters
Which field to use when ordering the results.
A page number within the paginated result set.
Number of results to return per page.
A search term.
Response
Example response
{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2"
}Changes
Changed in 3 of the 97 revisions of this API.27
- ▲
the response property
results/items/created_by/allOf[UserSimple]/avatarbecame nullable for the status200response-property-became-nullable
- ▲
- ○
added the new optional
queryrequest parameterpage_sizenew-optional-request-parameter
- ○
- ▲
the response's body type/format changed from
array/toobject/for status200response-body-type-changed
- ○
added the new optional
queryrequest parameterpagenew-optional-request-parameter
- ○
added the new optional
queryrequest parametersearchnew-optional-request-parameter
- ○
added the optional property
nextto the response with the200statusresponse-optional-property-added
- ○
added the optional property
previousto the response with the200statusresponse-optional-property-added
- ○
added the required property
countto the response with the200statusresponse-required-property-added
- ○
added the required property
resultsto the response with the200statusresponse-required-property-added
- ▲
Of the 97 revisions, 1 has no diff computed.