Get operators
GET/operators
Gets all operators. The endpoint uses cursor based pagination.
IrisX customers can also access data connected to Operators via the GraphQL API
Via the Public GraphQL API, you can utilize query capabilities to fetch data connected to operators. Explore the GraphQL schema through our GraphQL Explorer following the 'operators' subgraph. Learn more about the IrisX subscription.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Returns a page of the operator that matches the filters.
Bad request
Invalid or missing bearer token in Authorization header
User not allowed to make this request
Resource not found
Internal server error