Skip to main content
GET
/
issues
/
{issue_id}
/
chat-context
Get issue chat context
curl --request GET \
  --url https://api.example.com/issues/{issue_id}/chat-context \
  --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

Issue ID.

Query Parameters

project_id
string
required

Project ID.