query_changelists
Retrieve details of a specific changelist or list changelists filtered by user, status, depot path, or workspace.
Instructions
Get changelist details and list changelists (READ permission)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | No | Filter by user - for list action | |
| action | Yes | Changelist query action: get retrieves specific changelist details, list returns all changelists matching filters | |
| status | No | Filter by status - for list action | |
| depot_path | No | Filter by depot path - for list action | |
| max_results | No | Maximum number of results to return. Bounds the 'list' action and also caps open files for get('default') via 'p4 opened -m N'. Omit for unbounded results. | |
| changelist_id | No | Changelist ID - required for get action | |
| workspace_name | No | Filter by workspace - for list action |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||