Skip to main content
List all integrations associated with the connected Vanta instance.
External DocumentationTo learn more, visit the Vanta documentation.

Parameters

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

Example Output

{
	"results": {
		"data": [
			{
				"integrationId": "asana",
				"displayName": "Asana",
				"resourceKinds": [
					"AsanaAccount",
					"AsanaTask"
				],
				"connections": [
					{
						"connectionId": "62ffd6793ef7978318baefa8",
						"isDisabled": false,
						"connectionErrorMessage": null
					},
					{
						"connectionId": "62fed1234ef7978318baefa9",
						"isDisabled": true,
						"connectionErrorMessage": "Authorization Error connecting to Asana"
					}
				]
			}
		],
		"pageInfo": {
			"hasNextPage": false,
			"hasPreviousPage": false,
			"startCursor": "YXBvbGxv",
			"endCursor": "YXBvbGxv"
		}
	}
}

Workflow Library Example

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