Get results of an operation
GET/v1/organizations/:organization_id/operations/:operation_id/results
Returns paginated execution results for an operation within the authorized organization.
Request
Responses
- 200
- 401
- 404
- 500
Results retrieved successfully.
Not authorized or no access to the organization.
Operation not found in the authorized organization.
Internal server error.