activity_reports
Retrieve Snipe-IT activity logs and reports. Filter records by action, target, or search, and get detailed activity for a specific asset, license, or accessory.
Instructions
Query Snipe-IT activity logs and reports.
Provides access to the activity log which tracks all actions performed in Snipe-IT including checkouts, checkins, updates, and more.
Actions:
list: List activity records with optional filtering
item_activity: Get activity for a specific item (requires item_type and item_id)
Returns: dict: Activity records matching the query
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results to return | |
| action | Yes | The action to perform | |
| offset | No | Number of results to skip | |
| search | No | Search query | |
| item_id | No | Item ID for item_activity | |
| item_type | No | Item type for item_activity (e.g., 'asset', 'license', 'accessory') | |
| target_id | No | Filter by target ID | |
| action_type | No | Filter by action type (e.g., 'checkout', 'checkin', 'update') | |
| target_type | No | Filter by target type (e.g., 'asset', 'license', 'user') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||