Skip to content

Query Error Traces

POST
/api/system/error-traces/query

Query persistent grouped error traces with filters.

ErrorTraceQueryRequest

Request body for POST /error-traces/query.

object
workflowType
Any of:
string
severity
Any of:
string
status
Any of:
string
fingerprint
Any of:
string
userId
Any of:
string
timeRangeHours
Timerangehours
integer
default: 24 >= 1 <= 720
resolved
Any of:
boolean
limit
Limit
integer
default: 50 >= 1 <= 500
offset
Offset
integer
0

Successful Response

ErrorTraceQueryResponse

Response for POST /error-traces/query.

object
traces
required
Traces
Array<object>
ErrorTraceModel

Grouped persistent error trace returned to the renderer.

object
traceId
required
Traceid
string
workflowId
required
Workflowid
string
workflowType
required
Workflowtype
string
errorContext
required
ErrorContextModel

Structured exception context for one grouped trace.

object
exceptionType
required
Exceptiontype
string
exceptionMessage
required
Exceptionmessage
string
stackTrace
required
Stacktrace
Array<string>
fingerprint
required
Fingerprint
string
localVariables
Any of:
object
key
additional properties
Any of:
string
systemState
Any of:
object
key
additional properties
Any of:
string
requestContext
Any of:
object
key
additional properties
Any of:
string
userContext
Any of:
object
key
additional properties
Any of:
string
tags
Tags
object
key
additional properties
string
environment
required
Environment
string
release
Any of:
string
crashId
required
Crashid
string
status
required
Status
string
createdAt
required
Createdat
string
firstOccurrence
required
Firstoccurrence
string
lastOccurrence
required
Lastoccurrence
string
occurrenceCount
required
Occurrencecount
integer
affectedUsers
required
Affectedusers
Array<string>
severity
required
Severity
string
resolved
required
Resolved
boolean
resolutionNotes
Any of:
string
assignee
Any of:
string
issueUrl
Any of:
string
totalCount
required
Totalcount
integer
returnedCount
required
Returnedcount
integer

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object