> ## 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 Report

Retrieve a specific report for a client and provides robust information about the report.

<Note>
  External Documentation

  To learn more, visit the [PlexTrac documentation](https://api-docs.plextrac.com/#965f6d7e-5812-41e6-b29f-58ecc9e782be).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                                       |
  | --------- | ------------------------------------------------- |
  | Client ID | The ID of the client to retrieve its reports for. |
  | Report ID | The ID of the report to get its information.      |
</div>

## Example Output

```json theme={"dark"}
{
	"id": 959987286,
	"client_id": 1045,
	"name": "New Test Report",
	"status": "Draft",
	"created_at": 1685549647741,
	"fields_template": "7c76e35c-1dfc-4623-8dc4-3a0bd33658a8",
	"tags": [
		"test_tag",
		"another_tag"
	],
	"reviewers": [],
	"template": "2e6a8544-754b-4289-8b5a-684391d5b988",
	"logistics": "",
	"reportType": "default",
	"includeEvidence": false,
	"start_date": "2022-05-17T19:00:11.146Z",
	"end_date": "2022-05-18T19:00:13.168Z",
	"custom_field": [
		{
			"label": "Custom Field",
			"value": "new value"
		},
		{
			"label": "Field",
			"value": "2222"
		}
	],
	"operators": [],
	"isTrackChanges": false,
	"report_id": 959987286,
	"doc_type": "report"
}
```

## Workflow Library Example

[Get Report with Plextrac and Send Results Via Email](https://library.blinkops.com/workflows/get-report-with-plextrac-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-report-with-plextrac-and-send-results-via-email/canvas" />
</div>
