list_project_connector_accounts
List sanitized connector account aliases for a project, with optional provider filter and pagination. Returns refs for use with other tools.
Instructions
List sanitized connector account aliases bound to one accessible project.
Use the returned connector_account_ref with generated connector tools
and invoke_tool. Lightbulb enforces tenant, selected-company, project
access, and RBAC on the underlying read. OAuth connection IDs, credentials,
tokens, and unexpected server fields are never returned.
Args:
project_id: Authenticated Project UUID.
provider: Optional exact provider filter, such as shopify.
offset: Zero-based offset into the sanitized, deterministically sorted rows.
limit: Page size from 1 through 40.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| provider | No | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |