Skip to main content
GET
/
traces
/
has-ready
Check ready traces
curl --request GET \
  --url https://api.example.com/traces/has-ready \
  --header 'Authorization: Bearer <token>'
{
  "has_ready_traces": true
}

Authorizations

Authorization
string
header
required

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

Query Parameters

project_id
string
required

Project ID.

Response

Ready traces flag

has_ready_traces
boolean
required