Get list by ID
Lists
Get list by ID
Retrieve a single list by UUID with its paginated items.
Items are paginated via items_offset and items_limit query parameters. Each item includes the referenced person or company details depending on the list type.
GET
Get list by ID
Documentation Index
Fetch the complete documentation index at: https://docs.stardex.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Authenticate with a Bearer token: API key, OAuth token, or session token.
Path Parameters
List UUID
Query Parameters
Items to skip for pagination. Defaults to 0.
Required range:
x >= 0Max items to return (1–100). Defaults to 50.
Required range:
1 <= x <= 100