v2
store
private
Get my agents
List the authenticated user's unpublished agents
get/api/store/my-unpublished-agents
Query parameters
pageinteger
page_sizeinteger
sort_by'most_recent' | 'name'
search_querystring nullable
Response
Successful Response
Example response
{
"pagination": {
"total_items": 42,
"total_pages": 2,
"current_page": 1,
"page_size": 25
}
}Changes
Changed in 3 of the 165 revisions of this API.22
- ○
added the new optional
queryrequest parametersearch_querynew-optional-request-parameter
- ○
- ○
added the new optional
queryrequest parametersort_bynew-optional-request-parameter
- ○
- ●
deleted the
queryrequest parametersearch_queryrequest-parameter-removed
- ●
deleted the
queryrequest parametersort_byrequest-parameter-removed
This revision also has 96 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●