Returns the authenticated tenant’s strategies with cursor-based pagination.
x-api-key header (required)strategies:readcreatedAt 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.
400 when limit is out of range or cursor is malformed401 when x-api-key header is missing or the key is invalid403 when the API key lacks the strategies:read scope500 on unexpected server errors