Skip to main content
GET
Python

Authorizations

Meibel-API-Key
string
header
required

Path Parameters

datasource_id
string
required

Query Parameters

prefix
string | null

Filter content by path prefix

continuation_token
string | null

Token for pagination

limit
integer
default:1000

Maximum items to return

Required range: 1 <= x <= 10000

Response

Successful Response

Paginated list of files in a datasource's content store.

items
ContentItem · object[]
required

Page of content items

continuation_token
string | null

Pass to the next request as continuation_token to fetch the next page. Null when there are no more pages