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. You must provide a signed JWT provided by our IdP.
Filter executions by attribute.
Example query: 'http.request.method:POST executionId:01JSPK1SB6S622T6E1P9BBJTWP'
Available attributes are: