create_public_artifact_url
Generate a public download URL for a build artifact with an expiration timestamp, enabling temporary access to artifacts without authentication.
Instructions
Create a public 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 expires_at: URL expiration UNIX timestamp in seconds
Returns: Dictionary containing the public artifact URL and expiration timestamp
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| secure_filename | Yes | ||
| expires_at | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |