Home / Docs / Docs

Activity Logs API

GET /v1/activity-logs

List Activity Logs

List activity logs for the currently authenticated workspace.

Auth: ApiKeyAuth, BearerAuth

Parameters

Name In Required Type Description
limit query no integer
cursor query no string?
category query no ActivityLogCategory?
action query no string?
status query no ActivityLogStatus?
resource_type query no string?
since query no string?

Response 200 (ActivityLogListResponse)

curl -X GET "https://api.pinbridge.io/v1/activity-logs" \
  -H "X-API-Key: $PINBRIDGE_API_KEY"

Last updated September 13, 2026Was this page helpful? Tell us →