ScalixScalix Docs
Sign up

Glitches API

REST API endpoints for Glitches.

REST API endpoints for Glitches. 2 operations.

Project glitch summary

plaintext
GET /v1/glitches

Requires an org credential (no dedicated scope).

Auth: Bearer API key

Responses

StatusDescription
200Project glitch summary
401Missing or invalid API key
500Internal error

operationId: getGlitchSummary

List project glitch events

plaintext
GET /v1/glitches/events

Requires an org credential (no dedicated scope).

Auth: Bearer API key

Responses

StatusDescription
200List project glitch events
401Missing or invalid API key
500Internal error

operationId: listGlitchEvents