# Get code owners Endpoint: GET /code/api/v1/repos/{repo_identifier}/pullreq/{pullreq_number}/codeowners Version: 1.0 Security: x-api-key ## Query parameters: - `accountIdentifier` (string, required) Account Identifier for the Entity. - `orgIdentifier` (string) Organization Identifier for the Entity. - `projectIdentifier` (string) Project Identifier for the Entity. ## Path parameters: - `repo_identifier` (string, required) - `pullreq_number` (integer, required) ## Response 200 fields (application/json): - `evaluation_entries` (array,null) - `evaluation_entries.line_number` (integer) - `evaluation_entries.owner_evaluations` (array,null) - `evaluation_entries.owner_evaluations.owner` (object,null) - `evaluation_entries.owner_evaluations.owner.created` (integer) - `evaluation_entries.owner_evaluations.owner.display_name` (string) - `evaluation_entries.owner_evaluations.owner.email` (string) - `evaluation_entries.owner_evaluations.owner.id` (integer) - `evaluation_entries.owner_evaluations.owner.type` (string) Enum: "service", "serviceaccount", "user" - `evaluation_entries.owner_evaluations.owner.uid` (string) - `evaluation_entries.owner_evaluations.owner.updated` (integer) - `evaluation_entries.owner_evaluations.review_decision` (string) Enum: "approved", "changereq", "pending", "reviewed" - `evaluation_entries.owner_evaluations.review_sha` (string) - `evaluation_entries.pattern` (string) - `evaluation_entries.user_group_owner_evaluations` (array,null) - `evaluation_entries.user_group_owner_evaluations.evaluations` (array,null) - `evaluation_entries.user_group_owner_evaluations.name` (string) - `file_sha` (string) ## Response 400 fields (application/json): - `message` (string) - `values` (object) ## Response 401 fields (application/json): - `message` (string) - `values` (object) ## Response 403 fields (application/json): - `message` (string) - `values` (object) ## Response 404 fields (application/json): - `message` (string) - `values` (object) ## Response 422 fields (application/json): - `message` (string) - `values` (object) ## Response 500 fields (application/json): - `message` (string) - `values` (object)