GET
/
v1
/
admin
/
workspaces
/
{id}
/
audit-records
curl --request GET \
  --url https://api.botpress.cloud/v1/admin/workspaces/{id}/audit-records
{
  "records": [
    {
      "id": "<string>",
      "recordedAt": "2023-11-07T05:31:56Z",
      "userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "userEmail": "<string>",
      "resourceId": "<string>",
      "resourceName": "<string>",
      "value": "<string>",
      "action": "UNKNOWN"
    }
  ],
  "meta": {
    "nextToken": "<string>"
  }
}

Path Parameters

id
string
required

Workspace ID

Query Parameters

nextToken
string

Provide the meta.nextToken value provided in the last API response to retrieve the next page of results

Response

200
application/json
List of audit records
records
object[]
required
meta
object
required