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

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

Benchmark data for a topic

topic_id
string
required
benchmarks
object[]
required