# Get raw file content

Endpoint: GET /code/api/v1/repos/{repo_identifier}/raw/{path}
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.

  - `git_ref` (string)
    The git reference (branch / tag / commitID) that will be used to retrieve the data. If no value is provided the default branch of the repository is used.

## Path parameters:

  - `repo_identifier` (string, required)

  - `path` (string, required)

## Response 401 fields (application/json):

  - `message` (string)

  - `values` (object)


## Response 200 fields
