ErrorTracking REST endpoints
Generated2 endpoints under `/v1`.
Auto-generated from the MarBoba OpenAPI spec, published at
api.marboba.com/v1/openapi.json.
GET /error-tracking
Get the current error-tracker connector + snapshot for an app
Returns the configured error-tracker (Sentry / Rollbar / Bugsnag) for the given app along with the most recent fetched issue snapshot. Returns {tracker: null} if no connector is configured. The provider credential is never exposed — only the vaultKeyword reference, which is a public-safe id.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
appId | query | string | required |
Responses
- 200 — Connector + snapshot or null. Body: object
- 400 — . Body: (no body)
Auth: BearerPAT
Operation ID: get_error-tracking
GET /error-tracking/snapshots
List historical error-tracker snapshots for an app
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
appId | query | string | required | |
limit | query | integer | optional |
Responses
- 200 — Snapshots in descending fetchedAt order. Body: object
- 400 — . Body: (no body)
Auth: BearerPAT
Operation ID: get_error-tracking-snapshots