List Audit Records

get
Responses
200
OK
application/json
get
GET /public/v1/audit/records HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
200

OK

{
  "$meta": {
    "pagination": {
      "offset": 1,
      "limit": 1,
      "total": 1
    },
    "omitted": [
      "text"
    ]
  },
  "data": [
    {
      "id": "text",
      "event": "text",
      "summary": "text",
      "details": "text",
      "object": {
        "id": "text",
        "name": "text",
        "icon": "text",
        "objectType": "text"
      },
      "timestamp": "2025-07-15T17:48:58.357Z",
      "actor": {
        "id": "text",
        "name": "text",
        "icon": "text",
        "account": {
          "id": "text",
          "name": "text",
          "icon": "text",
          "accountType": "text"
        }
      },
      "type": "text",
      "request": {
        "api": {
          "ip": "text",
          "geolocation": {
            "countryCode": "text",
            "countryName": "text",
            "region": "text"
          },
          "userAgent": "text"
        },
        "worker": {
          "workerName": "text"
        },
        "log": {
          "requestId": "text",
          "operationId": "text"
        }
      },
      "documents": {
        "ANY_ADDITIONAL_PROPERTY": {
          "options": {
            "propertyNameCaseInsensitive": true
          },
          "parent": {
            "0": "[",
            "1": "C",
            "2": "i",
            "3": "r",
            "4": "c",
            "5": "u",
            "6": "l",
            "7": "a",
            "8": "r",
            "9": " ",
            "10": "R",
            "11": "e",
            "12": "f",
            "13": "e",
            "14": "r",
            "15": "e",
            "16": "n",
            "17": "c",
            "18": "e",
            "19": "]"
          },
          "root": {
            "0": "[",
            "1": "C",
            "2": "i",
            "3": "r",
            "4": "c",
            "5": "u",
            "6": "l",
            "7": "a",
            "8": "r",
            "9": " ",
            "10": "R",
            "11": "e",
            "12": "f",
            "13": "e",
            "14": "r",
            "15": "e",
            "16": "n",
            "17": "c",
            "18": "e",
            "19": "]"
          }
        }
      },
      "viewers": [
        {
          "id": "text",
          "name": "text",
          "type": "text",
          "icon": "text"
        }
      ]
    }
  ]
}

Last updated

Was this helpful?