Returns a paginated list of tasks for a project. Supports filtering by status, priority, and assignee.
API key authentication. Generate keys from the Corebill dashboard under the Developers section.
Example: Authorization: Bearer sk_live_abc123def456
The project ID
The company ID to scope the request to
Maximum number of records to return (default 50)
1 <= x <= 100Number of records to skip for pagination (default 0)
x >= 0Filter by status. Comma-separated for multiple values (e.g. todo,in_progress)
"todo"
Filter by priority. Comma-separated for multiple values
"high"
Filter by assigned user ID
Filter by parent task ID. Use null for root-level tasks
Search by title or public ID
List of tasks