curl --request GET \
--url https://platform.versori.com/api/v2/o/{organisation_id}/projects/{project_id}/traces \
--header 'Authorization: Bearer <token>'{
"items": [
{
"traceId": "<string>",
"spanId": "<string>",
"name": "<string>",
"serviceName": "<string>",
"startTime": "2023-11-07T05:31:56Z",
"duration": "<string>",
"executionId": "<string>"
}
],
"nextToken": "<string>"
}ListTraces returns a list of traces for the given organisation.
curl --request GET \
--url https://platform.versori.com/api/v2/o/{organisation_id}/projects/{project_id}/traces \
--header 'Authorization: Bearer <token>'{
"items": [
{
"traceId": "<string>",
"spanId": "<string>",
"name": "<string>",
"serviceName": "<string>",
"startTime": "2023-11-07T05:31:56Z",
"duration": "<string>",
"executionId": "<string>"
}
],
"nextToken": "<string>"
}Bearer token authentication used by the Versori Platform. External consumers must provide an API key, however internal consumers must provide a JWT id_token issued by our IdP.
Filter executions by attribute.
Example query: 'http.request.method:POST executionId:01JSPK1SB6S622T6E1P9BBJTWP'
Available attributes are:
OK
Show child attributes
The unique identifier for the trace
The unique identifier for the span within the trace
The name of the span
The name of the service that generated the span
The time when the span started
The duration of the span