cURL
curl --request GET \ --url https://cloud.nexus.app/api/Nexus-api/ingestion \ --header 'Authorization: Bearer <token>'
[ { "document_id": "<string>", "semantic_id": "<string>", "link": "<string>" } ]
Authorization header with Bearer token
Successful Response