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>"
}

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

source_id
string
required

UUID identifier of the local filesystem data source

Response

Local filesystem status retrieved successfully

source_id
string
directory_path
string
status
enum<string>
Available options:
pending,
processing,
completed,
failed,
error
progress
number

Progress percentage (0-100)

message
string