Skip to main content
GET
/
api
/
training
/
snapshots
Get all training snapshots with pagination and filters
curl --request GET \
  --url https://your-instance.example.com/api/training/snapshots \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
string
default:1
limit
string
default:20
quality
string
category
string
archived
string
default:false

Response

200 - application/json

Training snapshots with pagination returned

Generic response envelope. Endpoint-specific fields are intentionally open.