Retrieve a list of connector records with advanced filtering, sorting, and include capabilities. This endpoint supports:
Default behavior: Returns all connectors associated with the workspace_id and organization extracted from the authentication token.
Include functionality: Use the include parameter to get full details of related resources in the response.
Date filtering: Filter by creation or update date ranges using created_at_from/to and updated_at_from/to.
Relationship filtering: Filter by related entities using workspace_id, published_by, etc.
Category filtering: Filter by connector categories like crm, api, database, etc.
Status filtering: Filter by connector status and data synchronization state.
Sorting: Sort results by created_at, updated_at, name, or category in ascending or descending order.
Bearer token for authentication
Comma-separated list of related resources to include. Available options: published_by, logo, category
Filter connectors created from this date (ISO 8601 format)
Filter connectors created until this date (ISO 8601 format)
Filter connectors updated from this date (ISO 8601 format)
Filter connectors updated until this date (ISO 8601 format)
Filter by workspace ID that published the connector
Filter by workspace that published the connector
Filter by connector category. See all available categories for complete list.
database, data_warehouse, other Filter by data flow direction capability
import, export, both Filter by connector status
active, inactive, pending, deprecated Filter by connector name (partial match, case-insensitive)
Sort by field. Use '-' prefix for descending order (e.g., '-created_at' for newest first)
created_at, -created_at, updated_at, -updated_at, name, -name, category, -category Number of results to return per page
1 <= x <= 100Page number for pagination
x >= 1