Skip to main content
POST
Python

Authorizations

Meibel-API-Key
string
header
required

Path Parameters

datasource_id
string
required

Query Parameters

cursor
string | null

Cursor for pagination

limit
integer
default:100

Maximum items to return

Required range: 1 <= x <= 1000

Body

application/json

Body for searching data elements on a datasource.

regex_filter
string | null

Regex pattern to filter by name

media_type_filters
string[] | null

Filter by MIME types

Response

Successful Response

Paginated list of data elements.

items
DataElementResponse · object[]
required

Page of data elements

next_cursor
string | null

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

has_next
boolean
default:false

True if more pages are available