Skip to content

List operation names for a given service.

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

Operations

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

Missing or invalid authentication

Internal server error