List Todos
Workspace
List Todos
Return all todo items for a thread in display order.
Args: user: Authenticated owner. thread_id: Target conversation. db: Database session.
Returns:
Ordered list of TodoSchema objects.
GET
List Todos
Authorizations
A personal access token (haico_pat_...), created under Profile → API keys. Send it as Authorization: Bearer <key>. The browser session JWT is also accepted but is an internal mechanism and is not part of the public contract.
Path Parameters
Minimum string length:
1