v1

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-21149158448.6 KB
Diamond
custom-harnesses

List Custom Harnesses

List custom harnesses for the specified team with pagination and filtering.

Returns paginated list of harnesses owned by the specified team. Supports filtering by status.

Requires agent:read permission.

get/v1/custom-harnesses/

Query parameters

team_idstring uuid nullable

Team ID (required)

Team ID (required)

limitinteger

Maximum number of results (default 10)

Maximum number of results (default 10)

offsetinteger

Number of results to skip for paging

Number of results to skip for paging

status'draft' | 'active' | 'archived' | 'failed'

Status values for custom harnesses.

Filter by status

agent_idstring uuid nullable

Filter by agent ID

Filter by agent ID

Response

Successful Response

totalinteger required