list_activities¶
List custom activities with pagination and filtering.
Parameters¶
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
project_id |
string | No | None | Filter by project |
page |
integer | No | 1 | Page number |
limit |
integer | No | 20 | Results per page (1-100) |
search |
string | No | None | Search name/code |
location |
string | No | None | Filter by location |
unit |
string | No | None | Filter by unit |
show_exchanges |
boolean | No | False | Include exchange counts |
Returns¶
List of activities with metadata and optional exchange counts.
Example¶
Prompt: List all activities in project abc123
Related Tools¶
- create_activity - Create activity
- get_activity - Get details
- update_activity - Modify
- delete_activity - Remove