Skip to main content
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


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).