Skip to main content
GET
List static and dynamic lists

Authorizations

Authorization
string
header
required

Personal Access Token or OAuth 2.1 access token, sent as a bearer credential (Authorization: Bearer inf_pat_...). Read operations require a token with the READ scope; write operations (POST/PATCH/DELETE) require WRITE.

Query Parameters

type
enum<string>

Which kind of list to return. Single-valued, unlike the other type filters; omit it to return both kinds. Unrelated to the listType field on a dynamic-list row, which is an internal classification.

Available options:
static,
dynamic

Case-insensitive substring match on the asset's name. Regex metacharacters are escaped, not interpreted.

pageNumber
integer
default:1

1-based page number.

Required range: 1 <= x <= 2147483647
pageSize
integer
default:20

Items per page.

Required range: 1 <= x <= 200

Response

Paged lists, static first.

data
object[]

A static or dynamic list. The two shapes differ; discriminate on type.

pagination
object

Present only on paged list responses.

meta
object

Envelope metadata present on every response.