Operations
List organization operations
Returns a paginated list of operations from the authorized organization.
GET
List organization operations
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Organization identifier.
Required string length:
24Pattern:
^[0-9a-f]{24}$Query Parameters
Page number.
Required range:
x >= 1Number of items per page.
Required range:
1 <= x <= 100Response fields separated by commas for each element.
Maximum string length:
2048JSON expression of filters on filterable resource fields.
Maximum string length:
5120Sorting expression in the format :asc|desc. In aggregate mode, only accepts group_by fields or aggregated aliases (count, <function>_<field>).
Pattern:
^([a-z_]+):(asc|desc)$JSON expression for aggregation. Structure: {"group_by":["field"],"aggregates":[{"field":"*","function":"count"}]}. Cannot be combined with fields.
Maximum string length:
1024