Skip to main content
GET
/
api
/
library
/
sources
/
{source_id}
/
chunks
Get Source Chunks
curl --request GET \
  --url https://api.example.com/api/library/sources/{source_id}/chunks
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "ctx": {},
      "input": "<unknown>"
    }
  ]
}

Path Parameters

source_id
string
required

Query Parameters

limit
integer
default:50
Required range: 1 <= x <= 200

Response

Successful Response