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
  }
}

Changes

Changed in 3 of the 92 revisions of this API.145

    • added the new optional query request parameter search_query

      new-optional-request-parameter

    • added the new optional query request parameter sort_dir

      new-optional-request-parameter

    • added the new optional query request parameter sort_key

      new-optional-request-parameter

    • added the new optional query request parameter statuses

      new-optional-request-parameter

    • added the required property stats to the response with the 200 status

      response-required-property-added

  • 8c84efcb3afb14See the full diff
    • removed the required property stats from the response with the 200 status

      response-required-property-removed

    • deleted the query request parameter search_query

      request-parameter-removed

    • deleted the query request parameter sort_dir

      request-parameter-removed

    • deleted the query request parameter sort_key

      request-parameter-removed

    • deleted the query request parameter statuses

      request-parameter-removed

    This revision also has 96 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog