Retrieve an audit record
GET /audit/local/audit/{accountId}/{service}/{requestId}/records
Retrieves an audit record with the specified request ID for the local UI.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
requestId |
string |
path |
True |
Error
Status: Default, Default response
| Name | Type | Required | Description |
|---|---|---|---|
action |
string |
True |
|
count |
integer |
False |
|
creationTime |
integer |
True |
|
data |
string |
False |
|
errors |
array[string] |
True |
|
recordId |
integer |
False |
|
status |
string |
False |
Example error response
{
"action": "string",
"creationTime": 0,
"data": "string",
"errors": [
"string"
],
"status": "string"
}