# Fetch alert **GET /v1/Alerts/{Sid}** Debugger alerts ## Servers ## Parameters ### Path parameters - **Sid** (string) The SID of the Alert resource to fetch. ## Responses ### 200 OK #### Body: (object) - **account_sid** (string | null) The SID of the Account that created the resource - **alert_text** (string | null) The text of the alert - **api_version** (string | null) The API version used when the alert was generated - **date_created** (string(date-time) | null) The ISO 8601 date and time in GMT when the resource was created - **date_generated** (string(date-time) | null) The date and time when the alert was generated specified in ISO 8601 format - **date_updated** (string(date-time) | null) The ISO 8601 date and time in GMT when the resource was last updated - **error_code** (string | null) The error code for the condition that generated the alert - **log_level** (string | null) The log level - **more_info** (string | null) The URL of the page in our Error Dictionary with more information about the error condition - **request_headers** (string | null) The request headers of the request that generated the alert - **request_method** (string(http-method) | null) The method used by the request that generated the alert - **request_url** (string(uri) | null) The URL of the request that generated the alert - **request_variables** (string | null) The variables passed in the request that generated the alert - **resource_sid** (string | null) The SID of the resource for which the alert was generated - **response_body** (string | null) The response body of the request that generated the alert - **response_headers** (string | null) The response headers of the request that generated the alert - **service_sid** (string | null) The SID of the service or resource that generated the alert - **sid** (string | null) The unique string that identifies the resource - **url** (null | string(uri)) The absolute URL of the Alert resource [Powered by Bump.sh](https://bump.sh)