get_artifact
Retrieves a build artifact by its secure filename and returns the file content as bytes. Use this to download artifacts from Codemagic builds.
Instructions
Get authenticated download URL for a build artifact.
Args: secure_filename: The secure filename of the artifact (from Builds API or Codemagic UI) Format: uuid1/uuid2/filename.ext
Returns: The artifact file content as bytes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| secure_filename | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |