Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
/api/v1/projects/{projectId}/auditGET
Path Parameters
projectId *string
Query Parameters
before?integer
Max: 9007199254740991
limit?integer
Min: 1Max: 200
Response
200
events *object[]
Show item properties
id *string
action *string
actorType *"human" | "agent" | "ci" | "service" | "api_token" | "operator" | "system"
userId *string | null
apiTokenId *string | null
projectId *string | null
environmentId *string | null
surfaceId *string | null
targetType *string | null
targetId *string | null
targetName *string | null
operationContext *string | null
itemCount *integer | null
requestId *string | null
createdAt *object
nextCursor *number | null
403
error *string
404
error *string
Request example
curl -X GET "https://api.example.com/api/v1/projects/<projectId>/audit"