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.
Response
string
Unique list identifier
string
Project identifier
string
ID of the user who owns the list
string
Name of the list (always “root” for root lists)
boolean
Indicates this is a root list (always true)
string
Parent list ID (always null for root lists)
array
Array of entity IDs saved in this list
array
Array of nested sub-lists
string
Creation timestamp in ISO 8601 format
string
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.

