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
List Custom Harnesses
Query Parameters
Team ID (required)
Maximum number of results (default 10)
Required range:
1 <= x <= 100Number of results to skip for paging
Required range:
x >= 0Filter by status Status values for custom harnesses.
Available options:
draft, active, archived, failed Filter by agent ID
Last modified on April 21, 2026
Previous
Create Custom HarnessCreate a new custom harness.
Creates a harness in 'draft' status. The harness can be configured with
an agent, personas, and policies before being activated.
Note: Harnesses are immutable once created - they cannot be updated.
Requires agent:write permission.
Next
List Custom Harnesses