Skip to main content
GET
/
fs
/
{source_id}
/
find
Find files
curl --request GET \
  --url https://apigcp.trynia.ai/v2/fs/{source_id}/find \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

source_id
string
required

Query Parameters

pattern
string
required

Glob pattern (e.g. **/*.ts)

Response

Successful Response