# Get async request status

Get the current status of any async request by its request ID

Endpoint: GET /async/status/{requestId}
Version: 0.9.74
Security: bearer, apiKey, apiSecret

## Path parameters:

  - `requestId` (string, required)
    The request ID returned when submitting an async request

## Response 200 fields (application/json):

  - `success` (boolean)

  - `message` (string)

  - `code` (integer)

  - `data` (object)

## Response 404 fields (application/json):

  - `success` (boolean)

  - `message` (string)

  - `code` (integer)

  - `errors` (array)

  - `suggestion` (string)


