operations
Get list of operations
Get paginated list of past operations, with the ability to filter based on various criteria.
Results ordered with newest operations first.
get/operations
Query parameters
domainstring[]
statusOperationStatus[]
typeOperationType[]
$cursorstring
The next.$cursor value from the previous page response
Response
Example response
{
"items": [
{
"id": "op-4abb409c-9283-4589-bd36-d27a757a2165",
"domain": "matt.crypto",
"lastUpdatedTimestamp": 1684356429790
}
]
}