Alerts
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"
}Changes
Changed in 1 of the 3 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○