> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get File

Get a file's data.

**Note**: Use the `url` property in the file data response to retrieve the content of the uploaded file.

<Note>
  External Documentation

  To learn more, visit the [AuditBoard documentation](https://developer.auditboard.com/reference/get_files-file-id).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                    |
  | --------- | -------------------------------------------------------------- |
  | File ID   | The required file's ID.                                        |
  | Include   | Specify which optional data fields to include in the response. |
</div>

## Example Output

```json theme={"dark"}
{
	"id": 0,
	"created_at": "string",
	"updated_at": "string",
	"fileable_id": 0,
	"fileable_type": "string",
	"name": "string",
	"size": "string",
	"type": "string",
	"key": "string",
	"url": "string",
	"upload_user_id": 0,
	"comments": "string",
	"deleted_at": "string",
	"storage_type": "NULL::character varying",
	"embed_url": "string",
	"thumb_url": "string",
	"image_url": "string",
	"user_agent": "NULL::character varying",
	"creator_user_id": 0,
	"local_folder_path": "string",
	"status": "unverified",
	"reviewed_by_user_id": 0,
	"reviewed_date": "string",
	"amended_by_user_id": 0,
	"amended_date": "string",
	"scope": "string",
	"external_integration_id": "string"
}
```

## Workflow Library Example

[Get File with Auditboard and Send Results Via Email](https://library.blinkops.com/workflows/get-file-with-auditboard-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-file-with-auditboard-and-send-results-via-email/canvas" />
</div>
