GET /requests/{requestId}
Get the status of a request.
Use this method to query the status of a request. If the request is a multiple app gen request, the returned RequestStatus object will contain an embedded array of RequestStatus objects, one for each sub-request of the multiple app gen request.
Path parameters
| Name | Description | Type | 
|---|---|---|
| requestId | The ID of the request whose status is to be returned.  | 
		String | 
Responses
| Name | Description | Type | 
|---|---|---|
| 200 | Successful response - see request status in response.  | 
		RequestStateFull | 
| 404 | Invalid request ID.  | 
		Error |