v2
store
public

List marketplace skills

Approved skill listings, most recently updated first.

get/api/store/skills

Query parameters

categorystring nullable
search_querystring nullable
pageinteger
page_sizeinteger

Response

Successful Response

Example response

{
  "pagination": {
    "total_items": 42,
    "total_pages": 2,
    "current_page": 1,
    "page_size": 25
  }
}

Changes