Skip to main content
List all Documents with optional filtering.
External DocumentationTo learn more, visit the Vanta documentation.

Parameters

ParameterDescription
FrameworksA comma-separated list of frameworks to filter the retrieved documents by.
Page CursorA cursor that marks the starting point for fetching the next page of results. Use the endCursor value from the pageInfo object in the previous response.
Page SizeThe maximum number of items returned in a single execution.
Return All PagesAutomatically fetch all resources, page by page.
StatusesA comma-separated list of statuses to filter the retrieved documents by.

Example Output

{
	"results": {
		"data": [
			{
				"id": "1",
				"ownerId": "2",
				"category": "Account setup",
				"description": "Provide two examples of a recent access request and approval ",
				"isSensitive": false,
				"title": "Document Title",
				"uploadStatus": "Needs document",
				"uploadStatusDate": "2024-03-17T00:00:00.000Z",
				"url": "https://example.com"
			}
		],
		"pageInfo": {
			"hasNextPage": false,
			"hasPreviousPage": false,
			"startCursor": "1",
			"endCursor": "1"
		}
	}
}

Workflow Library Example

List Documents with Vanta and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop