get_project_events
Retrieve project events with filters by date, action, and target type. Specify project ID to get a paginated list sorted by creation date.
Instructions
List events for a project (before/after: YYYY-MM-DD)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID or URL-encoded path | |
| action | No | If defined, returns events with the specified action type | |
| target_type | No | If defined, returns events with the specified target type | |
| before | No | If defined, Returns events created before the specified date (YYYY-MM-DD format). To include events on 2025-08-29, use before=2025-08-30 | |
| after | No | If defined, Returns events created after the specified date (YYYY-MM-DD format). To include events on 2025-08-29, use after=2025-08-28 | |
| sort | No | Direction to sort the results by creation date. Default: desc | |
| page | No | Returns the specified results page. Default: 1 | |
| per_page | No | Number of results per page. Default: 20 |