Error Tracking
Get Error Embeddings
Authorization
apiKeyAuth x-api-key<token>
FastStats API key. Pass it in the x-api-key header or as a Bearer token in the Authorization header.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v0/errors/embeddings" \ -H "Content-Type: application/json" \ -d '{ "projectId": "5a8591dd-4039-49df-9202-96385ba3eff8" }'{ "rows": [ { "exactHash": "string", "errorType": "string", "message": "string", "occurrences": 0, "matchingStackCount": 0, "affectedSessionCount": 0, "errorTypes": [ "string" ], "languages": [ "string" ], "eventTrend": [ 0 ], "firstSeen": 0, "lastSeen": 0 } ], "total": 0, "totalGroups": 0, "errorTypes": [ "string" ], "languages": [ "string" ], "nextCursor": "string"}projectId*string
Match
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|[fF]{8}-[fF]{4}-[fF]{4}-[fF]{4}-[fF]{12})$Format
uuidsimilarity?number|
after?string
Match
^[a-f0-9]{64}$search?string
Length
length <= 200filters?array<>
sortBy?string
Value in
- "exactHash"
- "errorType"
- "occurrences"
- "matchingStackCount"
- "affectedSessionCount"
- "firstSeen"
- "lastSeen"
sortDirection?string
Value in
- "asc"
- "desc"
offset?integer
Range
0 <= valuelimit?integer
Range
0 <= value <= 100