v2
store
private
List my submissions
List the authenticated user's marketplace listing submissions
get/api/store/submissions
Query parameters
pageinteger
page_sizeinteger
search_querystring nullable
statusesstring nullable
sort_key'submitted' | 'runs' nullable
sort_dir'asc' | 'desc'
Response
Successful Response
Example response
{
"pagination": {
"total_items": 42,
"total_pages": 2,
"current_page": 1,
"page_size": 25
}
}