curl --request GET \
--url https://api.example.com/api/v1/enrichment-chat/session/{session_id}/status \
--header 'Authorization: Bearer <token>'{}Get the current status of enrichment processing.
This can handle both chat session IDs and processing session IDs.
Args: session_id: The session ID (chat or processing)
Returns: Status information including processing state and results
curl --request GET \
--url https://api.example.com/api/v1/enrichment-chat/session/{session_id}/status \
--header 'Authorization: Bearer <token>'{}Documentation Index
Fetch the complete documentation index at: https://docs.bavlio.com/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 Enrichment Status Api V1 Enrichment Chat Session Session Id Status Get · object.