Get Sub-Lists
List Endpoints
Get Sub-Lists
Fetch all sub-lists nested under a parent list
GET
Get Sub-Lists
Fetches all sub-lists nested under the specified parent list for the authenticated user.
Path Parameters
string
required
The ID of the parent list
Response
Returns an array of sub-list objects.string
Unique list identifier
string
Project identifier
string
ID of the user who owns the list
string
Name of the list
string
ID of the parent list
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
Missing Parameters - 400 Bad Request
Missing Parameters - 400 Bad Request
Server Error - 500 Internal Server Error
Server Error - 500 Internal Server Error
Notes
- Only sub-lists belonging to the authenticated user and nested under the specified list are returned.
- The returned sub-lists are populated with their own metadata (e.g., entity IDs, timestamps).

