List accounts in a list
Returns a paginated list of accounts that belong to the specified list.
Required scopes: lists:read and accounts:read
Rate limit category: Search
get/v1/lists/{listId}/accounts
Path parameters
listIdstring required
Unique identifier of the list.
Query parameters
offsetinteger
Number of records to skip for pagination. Defaults to 0.
limitinteger
Maximum number of records to return. Defaults to 25, maximum 25.
Headers
Lightfield-Version'2026-03-01' required
Required API version header. Requests may error without it.
Response
OK