Skip to main content
GET
/
projects
/
{id}
/
activity
Get project activity
curl --request GET \
  --url https://api.example.com/projects/{id}/activity \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Project ID

Query Parameters

limit
number

Number of activities to return

Response

Project activity history