# Get an Operation from the operation list Endpoint: GET /pipelines/v0/operationlists/{operationlist_id}/operations/{operation_id}/ Version: 1.0.0 Security: SCAPIAuthToken ## Path parameters: - `operationlist_id` (string, required) ID of the Operation list - `operation_id` (string, required) ID of the Operation ## Response 200 fields (application/json): - `code` (integer) - `message` (string) - `content` (object) - `content.id` (string) - `content.operation_list_id` (string) - `content.pipeline_id` (string) - `content.operation_type` (string) - `content.args` (string) - `content.created_by` (number) - `content.updated_by` (number) - `content.created_at` (string) - `content.updated_at` (string) ## Response 401 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object)