External DocumentationTo learn more, visit the Onyx documentation.
Actions
List Connectors
Retrieve a list of all connectors configured.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
[
{
"name": "<string>",
"connector_specific_config": {},
"id": 123,
"credential_ids": [
123
],
"time_created": "2023-11-07T05:31:56Z",
"time_updated": "2023-11-07T05:31:56Z",
"refresh_freq": 123,
"prune_freq": 123,
"indexing_start": "2023-11-07T05:31:56Z"
}
]
Was this page helpful?