External DocumentationTo learn more, visit the Vanta documentation.
Actions
List Connected Integrations
List all integrations associated with the connected Vanta instance.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Page Cursor | A 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 Size | The maximum number of items returned in a single execution. |
| Return All Pages | Automatically fetch all resources, page by page. |
{
"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"
}
}
}
Was this page helpful?