cURL
curl --request GET \ --url https://apigcp.trynia.ai/v2/local-filesystem/{source_id} \ --header 'Authorization: Bearer <token>'
{ "source_id": "<string>", "directory_path": "<string>", "status": "pending", "progress": 123, "message": "<string>", "page_count": 123, "chunk_count": 123, "error": "<string>" }
Check the current status of local filesystem indexing
API key must be provided in the Authorization header
The source ID returned from the index endpoint
Status retrieved successfully
The response is of type object.
object