Skip to main content
GET
/
projects
/
{id}
/
time-entries
/
summary
Get time tracking summary
curl --request GET \
  --url https://api.corebill.io/v1/projects/{id}/time-entries/summary \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "totalHours": 120.5,
    "totalRevenue": 9037.5,
    "totalCost": 4518.75,
    "profit": 4518.75,
    "billableHours": 100,
    "nonBillableHours": 20.5,
    "invoicedHours": 60,
    "uninvoicedHours": 60.5
  }
}

Authorizations

Authorization
string
header
required

API key authentication. Generate keys from the Corebill dashboard under the Developers section.

Example: Authorization: Bearer sk_live_abc123def456

Path Parameters

id
string
required

The project ID

Query Parameters

company_id
string
required

The company ID to scope the request to

Response

Time tracking summary

data
object
required

Aggregated time tracking summary for a project