Projects
List project traces
ListTraces returns a list of traces for the given organisation.
GET
List project traces
Authorizations
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.
Query Parameters
Filter executions by attribute.
Example query: 'http.request.method:POST executionId:01JSPK1SB6S622T6E1P9BBJTWP'
Available attributes are:
- "taskId"
- "taskType"
- "executionId"
- "error.message"
- "error.stack"
- "schedule"
- "connection"
- "http.request.method"
- "http.response.status_code"
- "server.address"
- "server.port"
- "url.full"
- "url.path"
- "url.query"
- "url.scheme"
Response
200
application/json
OK
The response is of type object
.
List project traces