---
title: API Gateway Gateway Response
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > API Gateway Gateway Response
---

# API Gateway Gateway Response

This table represents the API Gateway Gateway Response resource from Amazon Web Services.

```
aws.apigateway_gatewayresponse
```

## Fields

| Title               | ID   | Type       | Data Type                                                                                                                                                                                                                                          | Description |
| ------------------- | ---- | ---------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key                | core | string     |
| account_id          | core | string     |
| default_response    | core | bool       | A Boolean flag to indicate whether this GatewayResponse is the default gateway response (<code>true</code>) or not (<code>false</code>). A default gateway response is one generated by API Gateway without any customization by an API developer. |
| response_parameters | core | hstore     | Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of key-value pairs.                                                                                                                        |
| response_templates  | core | hstore     | Response templates of the GatewayResponse as a string-to-string map of key-value pairs.                                                                                                                                                            |
| response_type       | core | string     | The response type of the associated GatewayResponse.                                                                                                                                                                                               |
| status_code         | core | string     | The HTTP status code for this GatewayResponse.                                                                                                                                                                                                     |
| tags                | core | hstore_csv |
