Skip to main content
GET

Scan API

Returns the event with the given update_id

OpenAPISince 0.5.10Changed 0.6.10
Returns the event with the given update_id. An event bears some combination of a transaction, a contract reassignment, and a verdict.

Protocol Details

Operation IDgetEventById
Published0.7.4
SpecificationDownload OpenAPI

Inputs

Path parameters

string
required

Query parameters

object
OpenAPI type: DamlValueEncoding.

Outputs

200

application/json
UpdateHistoryItemV2
An individual item in the update history. May be a transaction or a contract reassignment.
EventHistoryVerdict
EventHistoryTrafficSummary
Traffic summary data from the sequencer for the confirmation request corresponding to an event.
EventHistoryAppActivityRecords
App activity record computed from verdicts and traffic summaries as per CIP-104.

400

application/json
string
required

404

application/json
string
required

500

application/json
string
required

History

Changed0.6.10

The GET /v0/events/{update_id} operation changed in this snapshot.

Changed0.6.0

The GET /v0/events/{update_id} operation changed in this snapshot.

Changed0.5.17

The GET /v0/events/{update_id} operation changed in this snapshot.

Changed0.5.15

The GET /v0/events/{update_id} operation changed in this snapshot.

Introduced0.5.10