cURL
curl --request GET \ --url https://api.tokenfactory.nebius.com/v1/operations/{operation_id}/errors \ --header 'Authorization: Bearer <token>'
{ "data": [ "<string>" ], "object": "list" }
Get errors for a given failed operation.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Was this page helpful?