Search lists
Search and filter saved lists with pagination and sorting.
Filters: keywords (name search), list_type, is_archived, owner_ids, is_public.
Sorting: name, created_at, updated_at, item_count.
Returns list metadata with item counts, owners, and creator info.
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.
Body
Records to skip for pagination. Defaults to 0.
x >= 0Max records to return (1–100). Defaults to 100.
1 <= x <= 100Column to sort by. Accepted values: name, created_at, updated_at, item_count. Defaults to created_at.
name, created_at, updated_at, item_count Sort direction. Defaults to desc (newest first).
asc, desc Search keyword to filter lists by name. Case-insensitive partial match.
Filter by list type: "persons" or "companies". Omit to return all types.
persons, companies When true, return archived lists only. When false (default), return non-archived lists.
Filter to lists owned by these team member UUIDs.
Filter by public/private visibility. Omit to return both.