• Affected Services
  • Linked alerts
  • Request status
  • Chat tools
  • Incident bulk actions
  • Incident
  • Major Incident
  • Post-incident review
  • Responders
  • Stakeholders
Cloud
Incidents / Reference / REST API

Request status

Postman Collection
OpenAPI

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.

GET

Get request statusExperimental

Returns request status for asynchronous operations, which return HTTP status 202 - Accepted and a requestId attribute in response payload.

read:incident:jira-service-management

Request

Path parameters

requestId

string

Required

Responses

Returned if the request is successful.

application/json

AsyncRequestStatusResponse
GET/jsm/incidents/cloudId/{cloudId}/v1/request/{requestId}
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'
200Response
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: