Get operation details

Pre-release

Get details of specific operation for a specific IoT eUICC. This route returns HTTP 404 error for non-IoT eUICCs.

Authentication

AuthorizationBearer

An auth_token should be provided to authenticate a session. To obtain an auth_token, see the POST request to /api/v1/authenticate.

Path parameters

euicc_idintegerRequired
operation_idstringRequiredformat: "uuid"

Response

Operation detail
idstring or nullformat: "uuid"
actionobject or null
statusobject or null
creation_datestring or nullformat: "date-time"
expiry_datestring or nullformat: "date-time"
simobject or null

Errors