Skip to main content
GET
Get current administrator job failure notification opt-in for this instance.

Authorizations

Authorization
string
header
required

Bearer JWT token or API Key (sk-*).

Response

200 - application/json
inAppEnabled
boolean
default:false
required

Explicit opt-in to job failure system messages for this instance.

emailEnabled
boolean
default:false
required

Explicit opt-in to job failure email for this instance.

attemptMode
enum<string>
default:DIGEST
required

How intermediate failed attempts are delivered. Final failures are immediate.

Available options:
OFF,
DIGEST,
IMMEDIATE
Last modified on September 13, 2026