Returns a paginated list of projects for a company. Supports filtering by status, priority, customer, and date ranges.
API key authentication. Generate keys from the Corebill dashboard under the Developers section.
Example: Authorization: Bearer sk_live_abc123def456
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. in_progress,review)
"in_progress"
Filter by priority. Comma-separated for multiple values
"high"
Filter by customer ID
"cus_a1b2c3d4e5f6"
Filter by assigned user ID
Include archived projects
Search by title or public ID
Filter projects starting from this date
Filter projects starting up to this date
Filter projects due from this date
Filter projects due up to this date
List of projects