Granite Upgrade Activates in11d:16h:53m:32s
Operations

Get operation

Gets operation details for the given operation id.

GET
/v1/operations/{operationId}
x-glacier-api-key<token>

Api keys provide higher access to rate limits. To obtain an api key, sign up for an account at https://build.avax.network/console/utilities/data-api-keys.

In: header

Path Parameters

operationIdstring

UUID of given operation

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://data-api.avax.network/v1/operations/aa22054a-cb7c-4a4e-9b83-59f2ede74138"
{
  "operationId": "string",
  "operationType": "TRANSACTION_EXPORT_PRIMARY_NETWORK",
  "operationStatus": "RUNNING",
  "message": "string",
  "metadata": {
    "code": "ErrInvalidRequest",
    "downloadUrl": "string",
    "nextDate": "string"
  },
  "createdAtTimestamp": 0,
  "updatedAtTimestamp": 0
}
{
  "message": "string",
  "statusCode": 400,
  "error": "Bad Request"
}
{
  "message": "string",
  "statusCode": 401,
  "error": "Unauthorized"
}
{
  "message": "string",
  "statusCode": 403,
  "error": "Forbidden"
}
{
  "message": "string",
  "statusCode": 404,
  "error": "Not Found"
}
{
  "message": "string",
  "statusCode": 429,
  "error": "Too Many Requests"
}
{
  "message": "string",
  "statusCode": 500,
  "error": "Internal Server Error"
}
{
  "message": "string",
  "statusCode": 502,
  "error": "Bad Gateway"
}
{
  "message": "string",
  "statusCode": 503,
  "error": "Service Unavailable"
}

Is this guide helpful?