# BatchRequestOutputResponse
## Properties
**status_code** | Option<**i32**> | The HTTP status code of the response | [optional]
**request_id** | Option<**String**> | An unique identifier for the OpenAI API request. Please include this request ID when contacting support. | [optional]
**body** | Option<[**serde_json::Value**](.md)> | The JSON body of the response | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)