/audittrail

Get audit trail

get

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
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