List project traces
projects
List project traces
ListTraces returns a list of traces for the given organisation.
GET
List project traces
Documentation Index
Fetch the complete documentation index at: https://docs.versori.com/llms.txt
Use this file to discover all available pages before exploring further.
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"