Skip to main content
GET
/
v1
/
activity
/
{issue_id}
Get Issue Activity
curl --request GET \
  --url https://api.example.com/v1/activity/{issue_id} \
  --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

issue_id
string
required

Query Parameters

type
string | null

Activity type prefix filter

limit
integer
default:50
Required range: 1 <= x <= 200
cursor
string | null

Response

Successful Response

The response is of type Response Get Issue Activity V1 Activity Issue Id Get · object.