githubEdit

exceptionEvent

Graphql fields and variables for the exceptionEvent query

Scope required: standard:read

For a complete list of possible response fields see the ExceptionEvent type.

query exceptionEvent ($id: ID) {
  exceptionEvent (id: $id) {
    actor
    description
    eventTimestamp
    eventTimestampFormatted
    eventTypeId
    id
    longDescription
    objectType
    payload
    queryName
    queryType
    retried
    retriedAt
    retryAction
    retryable
    severity
    shortDescription
    shortForm
    target
    timeAgo
    uuid
  }
}

Arguments

Name
Type
Description

id

ID

Response

Last updated

Was this helpful?