Skip to main content
GET
Get metadata on all Lists

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

term
string

Case-insensitive substring match on List name.

cursor
string

Cursor for the next or previous page

Example:

"ICAgICAgYmVmb3JlOjo6Nw"

limit
integer<int32>
default:100

Number of items to include in the page

Required range: 1 <= x <= 100
Example:

100

Response

OK

ListWithTypePaged model

data
ListWithType · object[]
required

A page of ListWithType results

Maximum array length: 100
pagination
Pagination · object
required