strategy-operators
List strategy operators
Returns a paginated list of operators linked to the parent strategy within the caller account.
get/api/v1/strategies/{strategyId}/operators
Path parameters
strategyIdstring uuid required
Example:01920000-0000-7000-8000-000000000000
Parent strategy identifier (UUID).
Query parameters
activeboolean
operator_idstring
qstring
pagenumber
limitnumber
sortBystring
sortOrderstring
Response
Paginated list of strategy operators.
Example response
{
"meta": {
"total": 42,
"pages": 3,
"current_page": 1,
"next_page": 2,
"limit": 20
}
}