Skip to main content

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.

Retrieve a list of reports for a tenant.
External DocumentationTo learn more, visit the PlexTrac documentation.

Parameters

ParameterDescription
Filter ByChoose to filter results by the following fields.
Filter ValueThe Value to filter the results by.
LimitThe maximal number of returned results.
OffsetNumber of the results to initially skip.

Example Output

{
	"status": "success",
	"data": [
		{
			"client_id": 4155,
			"id": 500004,
			"name": "test",
			"status": "Draft",
			"findings": 1
		}
	],
	"meta": {
		"pagination": {
			"offset": 0,
			"limit": 25,
			"total": 1
		},
		"sort": [
			{
				"by": "name",
				"order": "ASC"
			}
		],
		"filters": [
			{
				"by": "name",
				"value": "test"
			},
			{
				"by": "tags",
				"value": [
					"test"
				]
			},
			{
				"by": "clients",
				"value": [
					4155
				]
			}
		]
	}
}

Workflow Library Example

List Reports with Plextrac and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop