List testsets

List testsets with pagination and optional filters.

Headers

AuthorizationstringRequired

Bearer token. Use Bearer YOUR_API_KEY.

Query parameters

pageintegerOptional>=1
Page number.
page_sizeintegerOptional1-100
Number of results to return per page. Maximum 100.
sort_bystringOptional

Sort field. Common values include -created_at, name, and updated_at.

Request

This endpoint expects an object.
filtersobjectOptional
Filter criteria using the standard Respan filter format.

Response

Paginated testset list.
countinteger
Number of testsets returned in this page.
resultslist of objects
Array of testsets.
nextstring or null
URL for the next page, if any.
previousstring or null
URL for the previous page, if any.
current_filtersobject
Normalized filters applied to this response.
filters_dataobject
Available filter definitions for building list queries.

Errors

400
Bad Request Error
401
Unauthorized Error