Skip to main content
GET
Retrieve join order

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 membership join order is being retrieved.

Query Parameters

after
string

The paging cursor token of the last successfully read resource will be returned as the paging.next.after JSON property of a paged response containing more results.

before
string

A cursor token to retrieve results before a specific point in the list.

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 September 2, 2026