Skip to main content
GET
/
v1
/
workspace
/
{ws}
/
audit-logs
cURL
curl -X GET 'http://localhost:8080/v1/workspace/ws_example/audit-logs' \
  -H 'Authorization: Bearer ek_live_xxxxx'
{
  "items": [
    {
      "id": "<string>",
      "createdAt": "<string>",
      "workspaceId": "<string>",
      "user": {
        "id": "<string>",
        "name": "<string>",
        "email": "<string>"
      },
      "entity": {
        "id": "<string>",
        "name": "<string>"
      },
      "dataBefore": "<unknown>",
      "dataAfter": "<unknown>",
      "scope": {
        "id": "<string>",
        "name": "<string>"
      },
      "secrets": [
        {
          "id": "<string>",
          "name": "<string>"
        }
      ]
    }
  ],
  "nextCursor": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.enkryptify.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication. Pass Authorization: Bearer ek_live_xxxxx on every request.

Path Parameters

ws
required
Required string length: 2 - 48
Pattern: ^[a-z0-9-]+$

Query Parameters

start
end
limit
cursor
string
userId
string<uuid>
Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
projectId
string<uuid>
Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
secretId
string<uuid>
Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
action
string

Response

200 - application/json

Default Response

items
object[]
required
nextCursor
string | null
required