Activity Logs

List Activity Logs

get

Retrieves a paginated list of activity logs. Can be filtered by subject_type and subject_id.

Authorizations
AuthorizationstringRequired

API key passed in the Authorization header. Format: <api-key>

Query parameters
filter[subject_type]stringOptional

Filter results by subject_type.

filter[subject_id]stringOptional

Filter results by subject_id.

fields[causer]stringOptional

Comma-separated list of causer fields to return. Available: id, name, email

pageinteger · min: 1Optional

Page number for pagination.

Default: 1
per_pageinteger · min: 1 · max: 100Optional

Number of results per page.

Responses
chevron-right
200

Successful response

application/json
get
/api/v1/activity-logs

Last updated

Was this helpful?