List task lists
Returns every non-archived task list the authenticated user is a member of, scoped to the team the API key is bound to. Archived lists are never returned.
Request
Section titled “Request”This endpoint takes no query parameters or body. Only the standard auth headers are required.
Response
Section titled “Response”200 OK — array of task list objects:
| Field | Type | Description |
|---|---|---|
id | number | Numeric ID of the list. |
name | string | Display name of the list. |
color | string | Hex color (e.g. #3b82f6) used in the UI. |