Cursor: get artifact download URL
cursor_get_artifact_urlGet a presigned URL to download a specific artifact from a Cursor Cloud Agent session, valid for 15 minutes, using the artifact path from cursor_list_artifacts.
Instructions
Mint a 15-minute presigned download URL for one artifact path from cursor_list_artifacts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Artifact path exactly as cursor_list_artifacts returned it. | |
| agentId | Yes | Agent id, in `bc-<uuid>` form. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| expiresAt | No |