v3

latestSwagger 2.02026-08-067506752.0 MB
comp-review

Return past events, paginated, without payloads present

get/v1/org/{orgId}/comp-review/{compReviewId}/audit-log

Path parameters

orgIdstring required

Org identifier (either id or slug)

compReviewIdstring required

Comp review id

Query parameters

currentUserJobIdstring

The jobId of the current user

isPreviewboolean

Is the audit log for a preview

limitinteger

Number of results to return

fromstring

Timestamp to start search at

Response

successful operation

nextstring

Example response

{
  "data": [
    {
      "id": "588f7ee98f138b19220041a7",
      "userId": "588f7ee98f138b19220041a7",
      "orgId": "588f7ee98f138b19220041a7",
      "entityId": "588f7ee98f138b19220041a7",
      "behalfUserId": "588f7ee98f138b19220041a7",
      "agentUserId": "588f7ee98f138b19220041a7",
      "aiChatId": "588f7ee98f138b19220041a7",
      "jobId": "588f7ee98f138b19220041a7",
      "personId": "588f7ee98f138b19220041a7",
      "tableId": "588f7ee98f138b19220041a7",
      "processId": "588f7ee98f138b19220041a7",
      "scenarioId": "588f7ee98f138b19220041a7",
      "parentEntityId": "588f7ee98f138b19220041a7"
    }
  ],
  "access": [
    {
      "ids": [
        "588f7ee98f138b19220041a7"
      ]
    }
  ]
}