Get details of an operation
GET/v1/organizations/:organization_id/operations/:operation_id
Returns the public detail of an existing operation in the authorized organization.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Operation retrieved successfully.
Invalid path parameters.
Not authorized or no access to the organization.
Operation not found in the authorized organization.
Internal server error.