get_builds
Retrieve build history from Codemagic with optional filters by app, workflow, branch, or tag.
Instructions
Get a list of builds from Codemagic build history.
Args: app_id: Optional filter by application identifier workflow_id: Optional filter by workflow identifier branch: Optional filter by branch name tag: Optional filter by tag name
Returns: Dictionary containing applications and builds information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | No | ||
| workflow_id | No | ||
| branch | No | ||
| tag | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |