Skip to main content
GET
/
api
/
v1
/
backchannel
/
topics
/
{id}
/
activity
cURL
curl --request GET \
  --url https://tilt.io/api/v1/backchannel/topics/{id}/activity \
  --header 'Authorization: Bearer <token>'
{
  "topic_id": "<string>",
  "posts": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

200 - application/json

Recent activity and top posts for a topic

topic_id
string
required
posts
object[]
required