v3
latestOpenAPI 3.0.12026-07-31240345599.7 KBAlerts
Get attachment download URL
Gets a temporary download URL for the specified attachment.
get/api/{cloudId}/v1/alerts/{alertId}/attachments/{id}
Path parameters
cloudIdstring required
The cloud ID of the Jira instance.
alertIdstring required
The ID of the alert.
idstring required
The attachment ID (timestamp).
Response
Returned if the request is successful.
Example response
{
"url": "https://api.atlassian.com/jsm/ops/v1/alerts/alert-id/attachments/1234567890/download?token=xyz"
}