cURL
curl --request GET \ --url https://cloud.onyx.app/api/onyx-api/connector-docs/{cc_pair_id} \ --header 'Authorization: Bearer <token>'
[ { "document_id": "<string>", "semantic_id": "<string>", "link": "<string>" } ]
Authorization header with Bearer token
Successful Response
Was this page helpful?