GET
/
local-filesystem
/
{source_id}
Get local filesystem indexing status
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>"
}

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

source_id
string
required

The source ID returned from the index endpoint

Response

200
application/json

Status retrieved successfully

The response is of type object.