/audittrail
Retrieve an audit trail of a release using the endpoint below. This endpoint returns a full audit trail, adapted for your organization, similar to the audit trail in the web application.
Authorizations
Path parameters
addressstringRequired
Responses
200
Successful response
application/json
401
Invalid Authorization bearer token
403
Access forbidden
404
Audit trail not found
500
Internal server error
get
GET /tmining/api/v1/audittrail/{address} HTTP/1.1
Host: url:port
Authorization: Bearer JWT
Accept: */*
[
{
"operation": "text",
"operationAt": "2025-06-25T05:05:19.981Z",
"description": "text",
"releaseAddress": "text",
"organizationAddress": "text",
"sourceOrganizationName": "text",
"targetOrganizationName": "text"
}
]
EXAMPLE

Last updated