Skip to main content
GET
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

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