Skip to main content
GET
/
tracing
/
recent
cURL
curl --request GET \
  --url https://api.comm.com/api/tracing/recent \
  --header 'Authorization: Bearer <token>'
{
  "traces": "<string>",
  "count": "<string>"
}

Authorizations

Authorization
string
header
required

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

Query Parameters

team_id
string<uuid> | null
limit
integer | null
Required range: 1 <= x <= 100

Response

traces
string
required
count
string
required