Skip to main content
Version: 8.5

Get incident by key

GET 

/v1/incidents/:key

Get incident by key

Request

Path Parameters

    key int64required

    Key of incident

Responses

Success

Schema
    key int64
    processDefinitionKey int64
    processInstanceKey int64
    type string

    Possible values: [UNSPECIFIED, UNKNOWN, IO_MAPPING_ERROR, JOB_NO_RETRIES, CONDITION_ERROR, EXTRACT_VALUE_ERROR, CALLED_ELEMENT_ERROR, UNHANDLED_ERROR_EVENT, MESSAGE_SIZE_EXCEEDED, CALLED_DECISION_ERROR, DECISION_EVALUATION_ERROR, FORM_NOT_FOUND]

    message string
    creationTime string
    state string

    Possible values: [ACTIVE, MIGRATED, RESOLVED, PENDING]

    jobKey int64
    tenantId string
Loading...