List all reports, optionally filtering them by Report Name.
External DocumentationTo learn more, visit the Ardoq documentation.

Parameters

ParameterDescription
Report NameThe name of the report to filter by.

Example Output

{
	"values": [
		{
			"_id": "63ea1a02bbed2e0001a19a9c",
			"_version": 1,
			"name": "The best of reports",
			"datasource": "graphSearch",
			"columns": [
				{
					"label": "Application",
					"key": "application"
				}
			],
			"description": "string",
			"_meta": {
				"created": "2025-01-31T12:19:53.898Z",
				"createdBy": "af51f10f1e353d50568a945d",
				"lastUpdated": "2025-01-31T12:20:25.218Z",
				"lastModifiedBy": "7c53e66bc17d8b106c84eca9",
				"createdByEmail": "creator@ardoq.com",
				"createdByName": "Mr. Ardoq",
				"lastModifiedByEmail": "updater@ardoq.com",
				"lastModifiedByName": "Ms. Ardoq"
			}
		}
	],
	"_links": {
		"next": {
			"href": "string"
		}
	},
	"_meta": {
		"property1": null,
		"property2": null
	}
}

Workflow Library Example

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