List tasks, optionally filtered by project or organization.
Without organization_id: returns tasks where the caller is the
creator (Task.user_id == current_user.id).
With organization_id: returns every task in projects owned by
the given organization, regardless of creator. Caller must be an
owner or admin of the organization. Lets external integrations
(eg. the rt_connector_codecobra Odoo module) ingest the org’s full
task graph for cost attribution.
Documentation Index
Fetch the complete documentation index at: https://docs.codecobra.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
plan, build