Managed Signing
List Audit Events

Knit API Documentation

List Audit Events

Endpoint

GET

{{baseUrl}}/api/v1/managed-signing/audit

This endpoint retrieves audit events for signing requests. Audit events are fetched from Knit Core but mapped by local request ID.

Headers
  • X-API-KEY: Your API key for authentication.
  • Accept: Set to application/json to receive responses in JSON format.
Query Parameters
ParameterTypeRequiredDescription
requestIdstringNoFilter by local request ID
Sample Request
curl --location -g '{{baseUrl}}/api/v1/managed-signing/audit?requestId=<local-request-id>' \
--header 'X-API-KEY: {{apiKey}}' \
--header 'Accept: application/json'
Sample Response
Sample Response
{
  "statusCode": 200,
  "message": "Audit events retrieved",
  "data": [
    {
      "id": "<audit-event-id>",
      "requestId": "<local-request-id>",
      "action": "SIGNING_REQUEST_CREATED",
      "actor": "api_key",
      "timestamp": "2026-01-20T18:30:40.912Z",
      "metadata": {
        "walletId": "<local-wallet-id>",
        "network": "MATIC_MAINNET",
        "type": "evm_tx"
      }
    },
    {
      "id": "<audit-event-id>",
      "requestId": "<local-request-id>",
      "action": "SIGNING_REQUEST_APPROVED",
      "actor": "api_key",
      "timestamp": "2026-01-20T18:35:22.456Z",
      "metadata": {
        "walletId": "<local-wallet-id>",
        "status": "SIGNED"
      }
    }
  ],
  "success": true
}
Response Fields
FieldTypeDescription
idstringAudit event ID
requestIdstringLocal request ID
actionstringAction performed
actorstringWho performed the action
timestampstringWhen the action occurred
metadataobjectAdditional event metadata
Audit Actions
ActionDescription
SIGNING_REQUEST_CREATEDA signing request was created
SIGNING_REQUEST_APPROVEDA signing request was approved
SIGNING_REQUEST_DENIEDA signing request was denied by policy
SIGNING_REQUEST_FAILEDA signing request failed
Notes
  • Audit events provide a complete history of actions taken on signing requests.
  • Use the requestId query parameter to filter events for a specific signing request.
  • All request IDs in audit events are local IDs, not Knit Core IDs.

Contact

business@useknit.io

Knit Business Financial Services Ltd.
3080 Yonge St
Toronto ON, M4N 3N1, Canada

Subscribe to our newsletter

A monthly digest of the latest news, articles, and resources.

Knit logo

© KNIT BUSINESS FINANCIAL SERVICES LIMITED is duly registered by the Financial Transactions and Reports Analysis Centre of Canada (FINTRAC) as a Money Service Business (C100000256)