list_error_groups
List the project's fingerprinted application-error groups.
Request
GET /api/v1/ops/projects/{project}/telemetry/errorsParameter
In
Type
Required
Description
curl -H "Authorization: Bearer $TESTVIBE_API_KEY" \
"$TESTVIBE_SERVER/api/v1/ops/projects/$PROJECT/telemetry/errors?status=open&limit=20"testvibe telemetry errors --status open --limit 20Response
[
{
"groupId": 314,
"fingerprint": "a1b2c3…",
"source": "testvibe-web-prod",
"level": "error",
"exceptionType": "System.NullReferenceException",
"title": "Object reference not set… (CheckoutView.SubmitAsync)",
"count": 27,
"status": "open",
"firstSeenUtc": "2026-07-05T09:12:00Z",
"lastSeenUtc": "2026-07-06T14:58:41Z",
"lastUrl": "https://app.example.com/checkout",
"lastStack": "System.NullReferenceException: …",
"githubIssueNumber": 57,
"githubIssueUrl": "https://github.com/…/issues/57"
}
]Errors
HTTP
When
Last updated
Was this helpful?
