cURL
curl --request GET \ --url https://api.qyl.dev/v1/services/{serviceName}/operations
{ "items": [ { "name": "<string>", "span_kind": 0, "request_count": 1, "error_count": 1, "avg_duration_ms": 123, "p99_duration_ms": 123 } ], "has_more": true, "next_cursor": "<string>", "prev_cursor": "<string>" }
Get service operations
Page size
Cursor
The request has succeeded.
Cursor-based paginated response wrapper
List of items in this page
Show child attributes
Whether there are more items available
Cursor for the next page (null if no more pages)
Cursor for the previous page (null if first page)
Was this page helpful?