Returns a list of operations meeting all the conditions specified in the filter parameters below.
Sample Request
Sample Result[JSON]
URL Format
Input Parameters
Specifies the maximum number of resources to return per page.
Default and Hard Cap
- Optional parameter; if omitted, a server-defined default is applied.
- Values exceeding the server's maximum limit are capped (clamped) to the allowed maximum.
Example → limit = "50"
Opaque cursor indicating the current position in the result set for pagination.
Behavior
- To fetch the next page, pass the next_offset value returned in the previous response.
- The value is opaque and must not be parsed, modified, or constructed manually.
Example → offset = "["1771176208000","96000000006"]"
optional, string filter
Specifies the field used to sort the result set.
Supported attributes
created_at
Sort Order
asc(ascending order)desc(descending order)
Example → sort_by[desc] = "created_at"
This sorts operations by created_at in descending order (most recent first).
Filter Params
optional, timestamp(UTC) in seconds filter
Filter by when the operation was recorded (created_at).
Supported operators : after, before, on, between (per List operations).
Example → created_at[between] = "[1771175750, 1771175800]"
Returns
This attribute is returned only if more resources are present. To fetch the next set of resources use this value for the input parameter offset.