v2

latestOpenAPI 3.0.0Proprietary2026-08-07936826.0 KB
Connected Accounts

List connected accounts with optional filters

Retrieves all connected accounts for your project. Connected accounts represent authenticated user connections to external services (e.g., a user's Gmail account, Slack workspace). Filter by toolkit, status, user ID, or auth config to find specific connections.

get/api/v3/connected_accounts

Query parameters

toolkit_slugsstring[] nullable

The toolkit slugs of the connected accounts

The toolkit slugs of the connected accounts

statusesstring[] nullable

The status of the connected account

The status of the connected account

cursorstring nullable

The cursor to paginate through the connected accounts

The cursor to paginate through the connected accounts

limitnumber nullable

The limit of the connected accounts to return

The limit of the connected accounts to return

user_idsstring[] nullable

The user ids of the connected accounts

The user ids of the connected accounts

auth_config_idsstring[] nullable

The auth config ids of the connected accounts

The auth config ids of the connected accounts

connected_account_idsstring[] nullable

The connected account ids to filter by

The connected account ids to filter by

order_by'created_at' | 'updated_at'

The order by of the connected accounts

The order by of the connected accounts

order_direction'asc' | 'desc'

The order direction of the connected accounts

The order direction of the connected accounts

account_type'PRIVATE' | 'SHARED' | 'ALL'

[Experimental] Filter by sharing model. Default (omitted) returns PRIVATE only — shared accounts must be requested explicitly. Pass SHARED for only shared accounts, or ALL for PRIVATE + SHARED.

[Experimental] Filter by sharing model. Default (omitted) returns PRIVATE only — shared accounts must be requested explicitly. Pass SHARED for only shared accounts, or ALL for PRIVATE + SHARED.

Response

Successfully retrieved connected accounts

next_cursorstring nullable
total_pagesnumber required
current_pagenumber required
total_itemsnumber required