curl --request GET \
--url https://api.example.com/api/v1/enrichment-chat/session/{session_id}/file-data \
--header 'Authorization: Bearer <token>'{}Get file data from a session for enrichment.
This endpoint retrieves the actual lead data that was uploaded so the agent can process it with harvest tools.
Args: session_id: The session ID
Returns: File data including leads and metadata
curl --request GET \
--url https://api.example.com/api/v1/enrichment-chat/session/{session_id}/file-data \
--header 'Authorization: Bearer <token>'{}Documentation Index
Fetch the complete documentation index at: https://bavlio.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
The response is of type Response Get Session File Data Api V1 Enrichment Chat Session Session Id File Data Get · object.