Skip to main content
Version: Next

Get event request state

Get event request state

Allows to obtain the status of an event request by its identifier.

Path Parameters
  • id string required

    Event Request's unique id

Responses

Request Data successfully retrieved


Schema
  • id string

    Request identifier

  • sn int64

    Current sequence number of the subject

  • state string

    Possible values: [finished, error, processing]

  • subject_id string

    Subject identifier

  • success boolean

    Value that says if the request has been successful

Loading...