Skip to main content
GET
List memberships

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

listId
string
required

The unique identifier of the list whose memberships are to be retrieved.

Query Parameters

after
string

A cursor token for pagination. Use the value from the previous response's paging.next.after field to retrieve the next set of results.

before
string

A cursor token for pagination. Use this to retrieve the previous set of results.

limit
integer<int32>
default:100

The maximum number of results to display per page. Defaults to 100.

Response

successful operation

results
object[]
required

An array of objects, each containing join time and record ID information.

paging
object
total
integer<int64>

An integer representing the total number of results available.

Last modified on August 6, 2026