- Docs
- Api%2Freference%2Febus%2FListActionLogs
List action logs
Retrieve a paginated list of blockchain action execution logs. This endpoint provides access to detailed information about action processing including status, wallet interactions, batch associations, and execution timestamps. Action logs can be filtered by various criteria including action ID, batch ID, wallet ID, object ID, signer, and status.
In: header
Query Parameters
Filter resources by their unique identifier
Filter resources by the organization they belong to
How many items to return at one time (max 100)
int64Search term for autocomplete functionality
Pagination token for retrieving the next page of results
Sort order for the results (ascending or descending)
"asc" | "desc"Field name to sort the results by
Filter logs by action ID
Filter logs by transaction hash
Filter logs by batch ID
Filter logs by wallet ID
Filter logs by object ID
Filter logs by signer address
Filter logs by execution status
Filter logs created after this date and time
date-timeFilter logs created before this date and time
date-timeFilter logs created on or after this date and time
date-timeFilter logs created on or before this date and time
date-timeResponse Body
application/json
application/json
application/json
curl -X GET "https://api-testnet.dual.network/ebus/action-logs"{
"action_logs": [
{
"id": "string",
"batch_id": "string",
"wallet_id": "string",
"name": "string",
"alias": "string",
"params": {
"id": "string",
"template_id": "string",
"num": 0,
"to": "string",
"data_hash": "string"
},
"message_hash": "string",
"signer": "string",
"public_key": "string",
"signature": "string",
"hash": "string",
"affected_objects": [
{
"id": "string",
"template_id": "string",
"prev_state_hash": "string",
"next_state_hash": "string",
"prev_integrity_hash": "string",
"integrity_hash": "string",
"state_change_id": "string",
"change_type": "string"
}
],
"status": "pending",
"base_fee": "string",
"base_fee_wei": "string",
"dynamic_fee": "string",
"dynamic_fee_wei": "string",
"token_price": "string",
"total_fee": "string",
"total_fee_wei": "string",
"nonce": 0,
"permit": {
"commitment": "string",
"scope": "string",
"nonce": 0,
"recipient": "string",
"deadline": 0,
"signature": "string"
},
"access": {
"type": "public",
"whitelist": [
"string"
],
"token": {
"property1": 0,
"property2": 0
},
"object_id": "string",
"merkle_root": "string",
"merkle_proof": [
"string"
]
},
"version": 0,
"when_modified": "2019-08-24T14:15:22Z",
"when_created": "2019-08-24T14:15:22Z"
}
],
"next": "string"
}{
"code": 0,
"message": "string",
"details": {}
}{
"code": 0,
"message": "string",
"details": {}
}