Retrieve a Transaction Event
### GET Transaction Events
`/events/transaction` endpoint allows you to operate on the [Transaction Events entity.](/guides/overview/entities#transaction-event).
You can retrieve any transaction event you created using the [POST Transaction Events](/api-reference/api-reference/transaction-events/create) call.
Authentication
x-api-keystring
API keys are used to authenticate the requests.
Path parameters
eventId
Unique Transaction Identifier
Response
OK
transactionState
Model for transaction states. E.g. Processing, Refunded, Successful etc.
timestamp
Timestamp of the event
transactionId
Transaction ID the event pertains to
eventId
Unique event ID
reason
Reason for the event or a state change
eventDescription
Event description
updatedTransactionAttributes
Model for transaction additional payload
metaData
Model for device data
externalLinks
External links related to the transaction
executedRules
hitRules
status
Model for rule action if a rule is hit. This is returned in the API response and can be configured on Console by operational accounts like a Compliance Analyst
riskScoreDetails
Errors
400
Bad Request Error
401
Unauthorized Error
429
Too Many Requests Error