Get SIM operation details

Pre-release
Get details of a specific SIM operation.

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

operation_idstringRequiredformat: "uuid"

Response

SIM operation detail
idstringformat: "uuid"
Operation ID
actionobject
statusobject
creation_datestringformat: "date-time"
last_updated_atstringformat: "date-time"
productobject
finalization_datestring or nullformat: "date-time"
targetlist of objects
total_countinteger
failed_countinteger
success_countinteger
errorlist of objects

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error