Glitches API
REST API endpoints for Glitches.
REST API endpoints for Glitches. 2 operations.
Project glitch summary
plaintext
GET /v1/glitchesRequires an org credential (no dedicated scope).
Auth: Bearer API key
Responses
| Status | Description |
|---|---|
200 | Project glitch summary |
401 | Missing or invalid API key |
500 | Internal error |
operationId: getGlitchSummary
List project glitch events
plaintext
GET /v1/glitches/eventsRequires an org credential (no dedicated scope).
Auth: Bearer API key
Responses
| Status | Description |
|---|---|
200 | List project glitch events |
401 | Missing or invalid API key |
500 | Internal error |
operationId: listGlitchEvents