Get operation results
Returns paginated execution results for an operation within the authorized organization.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Organization identifier.
24^[0-9a-f]{24}$Identifier of the operation.
24^[0-9a-f]{24}$Query Parameters
Page to query.
x >= 1Number of items per page.
1 <= x <= 100Comma-separated list of response fields to be included.
Sorting expression in the format :asc|desc. In aggregate mode, only accepts group_by fields or aggregated aliases (count, <function>_<field>).
^([a-z_]+):(asc|desc)$JSON expression for aggregation. Structure: {"group_by":["field"],"aggregates":[{"field":"*","function":"count"}]}. Cannot be combined with fields.
1024JSON expression of filters on allowed fields.