GET
/
v1
/
projects
/
{id}
/
counters

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token. More info here

Path Parameters

id
string
required

Query Parameters

month
string

The month to filter the statistics.

day
string

The day to filter the statistics.

Response

200 - application/json

A Project Counters object represents the statistics of a project.

day
string

The day of the statistics.

event_count
integer

The number of events made to the project.

month
string

The month of the statistics.

object
string

String representing the object's type. Objects of the same type share the same value

project_id
string

The Project ID.

request_count
integer

The number of requests made to the project.