Operations
Get operation
Gets operation details for the given operation id.
GET
/
v1
/
operations
/
{operationId}
Authorizations
x-glacier-api-key
string
headerrequiredApi keys provide higher access to rate limits. To obtain an api key, sign up for an account at https://avacloud.io/.
Path Parameters
operationId
string
requiredUUID of given operation
Response
200 - application/json
operationId
string
requiredoperationType
enum<string>
requiredAvailable options:
TRANSACTION_EXPORT_PRIMARY_NETWORK
, TRANSACTION_EXPORT_PRIMARY_NETWORK_STAKING
, TRANSACTION_EXPORT_PRIMARY_NETWORK_SIMPLE
, TRANSACTION_EXPORT_EVM
operationStatus
enum<string>
requiredAvailable options:
RUNNING
, COMPLETED
, COMPLETED_WITH_WARNING
, FAILED
metadata
object
requiredcreatedAtTimestamp
number
requiredupdatedAtTimestamp
number
requiredmessage
string
Was this page helpful?