curl --request GET \
--url https://apigcp.trynia.ai/v2/fs/{source_id}/ls \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}List files and directories at a path within an indexed source.
curl --request GET \
--url https://apigcp.trynia.ai/v2/fs/{source_id}/ls \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?