# Respuesta del código de estado HTTP

Código de estado de respuesta HTTP común:

<table><thead><tr><th width="183">Grupo</th><th>Descripción</th></tr></thead><tbody><tr><td>2xx</td><td>El éxito</td></tr><tr><td>4xx</td><td>Error del cliente</td></tr><tr><td>5xx</td><td>Error del servidor</td></tr></tbody></table>

<table><thead><tr><th width="185">Código</th><th>Descripción</th></tr></thead><tbody><tr><td>200</td><td>El éxito</td></tr><tr><td>400</td><td>Mal pedido</td></tr><tr><td>401</td><td>No autorizado</td></tr><tr><td>403</td><td>Prohibido</td></tr><tr><td>404</td><td>No encontrado</td></tr><tr><td>500</td><td>Error interno del servidor</td></tr><tr><td>503</td><td>Servicio no disponible</td></tr><tr><td>504</td><td>Tiempo de espera</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-es.sinch.com/enviar-un-mensaje/documentacion-tecnica-sms/respuesta-del-codigo-de-estado-http.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
