# Get a connector **GET /_connector/{connector_id}** Get the details about a connector. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Api key auth - Basic auth - Bearer auth ## Parameters ### Path parameters - **connector_id** (string) The unique identifier of the connector ### Query parameters - **include_deleted** (boolean) A flag to indicate if the desired connector should be fetched, even if it was soft-deleted. ## Responses ### 200 #### Body: application/json (object) - **api_key_id** (string) - **api_key_secret_id** (string) - **configuration** (object) - **custom_scheduling** (object) - **deleted** (boolean) - **description** (string) - **error** (string | null) - **features** (object) - **filtering** (array[object]) - **id** (string) - **index_name** (string | null) - **is_native** (boolean) - **language** (string) - **last_access_control_sync_error** (string) - **last_access_control_sync_scheduled_at** (string | number) - **last_access_control_sync_status** (string) - **last_deleted_document_count** (number) - **last_incremental_sync_scheduled_at** (string | number) - **last_indexed_document_count** (number) - **last_seen** (string | number) - **last_sync_error** (string) - **last_sync_scheduled_at** (string | number) - **last_sync_status** (string) - **last_synced** (string | number) - **name** (string) - **pipeline** (object) - **scheduling** (object) - **service_type** (string) - **status** (string) - **sync_cursor** (object) - **sync_now** (boolean) [Powered by Bump.sh](https://bump.sh)