bamboo_list_build_results
Retrieve build results filtered by project, plan, build state, or include all states, with pagination support.
Instructions
List build results with optional filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | No | Filter by project key | |
| plan_key | No | Filter by plan key (requires project_key) | |
| build_state | No | Filter by build state (e.g., "Successful", "Failed") | |
| start_index | No | Starting index for pagination (default: 0) | |
| max_results | No | Maximum number of results to return (default: 25) | |
| expand | No | Fields to expand in the response | |
| include_all_states | No | Include all build states including in-progress |