V2 Integrator API
List Strategies
Returns the authenticated tenant’s strategies with cursor-based pagination.
GET
Returns all strategies belonging to the authenticated tenant. Each item
includes the full strategy detail (allocation, schedule, preferences,
visibility, version, and creation timestamp).
Common error responses:
- Auth:
x-api-keyheader (required) - Scope:
strategies:read
createdAt descending. Pass the nextCursor value from the previous response
as the cursor query parameter to fetch the next page. nextCursor is null
when there are no more results.
Max strategies per page. Min 1, max 200.
Opaque pagination cursor from a previous response.
400whenlimitis out of range orcursoris malformed401whenx-api-keyheader is missing or the key is invalid403when the API key lacks thestrategies:readscope500on unexpected server errors