Skip to main content
GET
/
v1
/
operations
/
{operation_id}
/
errors
Get operation errors
curl --request GET \
  --url https://api.tokenfactory.nebius.com/v1/operations/{operation_id}/errors \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    "<string>"
  ],
  "object": "list"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

operation_id
string
required

Response

Successful Response

data
string[]
required
object
string
default:list