List Tasks
public
List Tasks
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.
GET
List Tasks
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Successful Response
Available options:
plan, build Available options:
ready, pending, error