External DocumentationTo learn more, visit the Vanta documentation.
Parameters
Example Output
Workflow Library Example
List Connected Integrations with Vanta and Send Results Via EmailPreview this Workflow on desktop
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?