# Get file content

Retrieve the content of a file

Endpoint: GET /v2/files/{fileId}/content

## Path parameters:

  - `fileId` (integer, required)
    The system identifier for the file
    Example: 9456

## Response 404 fields (application/problem+json):

  - `detail` (string)
    More information about the problem.

  - `instance` (string)
    The URI of the resource which the error relates to.

  - `operationId` (string)
    A unique trace identifier for the request. This should be provided when requesting support.

  - `status` (integer)
    The HTTP status code for the problem.

  - `title` (string)
    A short description of the error.

  - `type` (string)
    A URI which can be followed to find out more about the problem.


