Skip to main content
POST
Search Skills

Authorizations

x-api-token
string
header
required

API key authentication

Body

application/json
filters
object
required

MongoDB-style filter, e.g. {"name": {"$regex": "sync", "$options": "i"}}

sorters
any[]

[field, direction] e.g. ["name", 1]

page
integer
default:1
page_size
integer
default:10
fields
string[]

Response

200 - application/json

Paginated skill list

status
boolean

Whether the operation succeeded

Example:

true

data
object[]
total_documents
integer