GET
Get Action details

Path Parameters

id
string
required

32-byte 0x hex Explorer ID or legacy hash.

Pattern: ^0x[0-9a-fA-F]{64}$

Response

Action detail

explorerId
string
legacyHash
string | null
legacyHashStatus
string
blockHeight
integer<int64>
blockActionIndex
integer
bundleIndex
integer
actionIndexInBundle
integer
blockTime
integer<int64>
user
string | null
signer
string | null
effectiveUser
string | null
actionType
string | null
action
object
signedAction
object
status
string
Example:

"included"

executionStatus
enum<string>
Available options:
succeeded,
failed,
partially_succeeded,
unknown
executionResponseStatus
string
executionResponseType
string
error
unknown
decodeStatus
string
signatureVerificationStatus
string
position
object
executionResponse
any | null

Present only on the individual Action detail endpoint.