Skip to content

Audit log with filtering

GET
/activity
curl --request GET \
--url 'https://example.com/api/activity?limit=50' \
--header 'Authorization: Bearer <token>'

Aggregates activity_events, scans, tickets, and deploys. Filter by category/level/project.

category
string
level
string
projectId
string format: uuid
limit
integer
default: 50

Activity entries

Media type application/json
object

Not authenticated

Media type application/json
object
error
required

Human-readable error message

string
code

Stable machine-readable error code for client branching

string
fieldErrors

First validation message per field path

object
key
additional properties
string
issues

Structured validation issues (Zod)

Array<object>
object
path
required
string
message
required
string
retryAfter

Seconds until rate limit resets (429 responses)

number
reconnect

True if re-linking GitHub may fix the issue

boolean