Skip to content

List service names that have emitted traces in a window.

GET
/traces/services
curl --request GET \
--url https://api.siteqwality.com/traces/services \
--header 'Authorization: Bearer <token>'

Service names

Media type application/json
object
services
required
Array<string>
Example generated
{
"services": [
"example"
]
}

Missing or invalid authentication

Internal server error