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

# List Client Reports

Retrieve a list of reports for a specific client. The information retrieved is limited and intended to provide an overview of the number of reports for a client.

<Note>
  External Documentation

  To learn more, visit the [PlexTrac documentation](https://api-docs.plextrac.com/#7bcd1ae2-7e81-4357-8af5-15f716d87fc0).
</Note>

## Parameters

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

## Example Output

```json theme={"dark"}
[
	{
		"id": "report_500806_client_1045",
		"doc_id": [
			1045
		],
		"data": [
			500806,
			"Report Title",
			null,
			"Draft",
			12,
			[
				"test.operator@email.com"
			],
			[
				"test.reviewer@email.com"
			],
			1695227735155,
			"2020-08-11T08:00:00.000000Z",
			"2020-08-20T08:00:00.000000Z",
			[
				"report_tag"
			],
			"default",
			"default"
		]
	},
	{
		"id": "report_500770_client_1045",
		"doc_id": [
			1045
		],
		"data": [
			500770,
			"Another Report",
			null,
			"Published",
			1,
			[],
			[],
			1695227735155,
			"2020-08-11T08:00:00.000000Z",
			"2020-08-20T08:00:00.000000Z",
			[],
			"default",
			"default"
		]
	}
]
```

## Workflow Library Example

[List Client Reports with Plextrac and Send Results Via Email](https://library.blinkops.com/workflows/list-client-reports-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/list-client-reports-with-plextrac-and-send-results-via-email/canvas" />
</div>
