Get Root List
List Endpoints
Get Root List
Retrieve the authenticated user’s root list
GET
Get Root List
Retrieves the authenticated user’s root list. If it doesn’t exist, a new one is created automatically.Documentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
Response
Unique list identifier
Project identifier
ID of the user who owns the list
Name of the list (always “root” for root lists)
Indicates this is a root list (always true)
Parent list ID (always null for root lists)
Array of entity IDs saved in this list
Array of nested sub-lists
Creation timestamp in ISO 8601 format
Last update timestamp in ISO 8601 format
Error Responses
Server Error - 500 Internal Server Error
Server Error - 500 Internal Server Error
Notes
- Each user has a single root list per project.
- If the root list does not exist, it will be created automatically.
- The response includes all populated sub-lists and entity IDs if available.

