This resource represents request status of Jira Service Management Incident API asynchronous actions. Use this resource to fetch request status of Jira Service Management Incident API asynchronous actions.
Returns request status for asynchronous operations, which return HTTP status 202 - Accepted and a requestId attribute in response payload.
read:incident:jira-service-managementstring
RequiredReturned if the request is successful.
1
2
3
4
curl --request GET \
--url 'https://api.atlassian.com/jsm/incidents/cloudId/{cloudId}/v1/request/{requestId}' \
--header 'Authorization: Bearer <access_token>' \
--header 'Accept: application/json'1
2
3
4
5
6
{
"requestId": "dc84ac4e-c5dc-4330-a3e9-fca23326cdc9",
"success": true,
"result": "Async operations has been performed successfully",
"processedAt": "2023-05-02T10:05:33.527Z"
}Rate this page: