Get Recent Errors
GET /api/system/error-traces/recent
GET
/api/system/error-traces/recent
Return the most recent errors from the in-memory buffer.
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” limit
Limit
integer
Responses
Section titled “ Responses ”Successful Response
RecentErrorsResponse
Response for GET /error-traces/recent.
object
errors
required
count
required
Count
integer
timestamp
required
Timestamp
string
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context