> ## Documentation Index
> Fetch the complete documentation index at: https://learn.workflow.dog/llms.txt
> Use this file to discover all available pages before exploring further.

# Respond Status

> Finish an HTTP request with a status code and no custom body.

**Respond Status** returns only an HTTP status. It works with **URL**,
**Form Submission**, and **Webhook** triggers.

## Input

| Input      | Type   | Required | Description                                           |
| ---------- | ------ | -------- | ----------------------------------------------------- |
| **Status** | Number | No       | A status code from `100` to `599`. Defaults to `200`. |

Use this action for acknowledgements such as `204`, authorization failures such
as `401`, or not-found responses such as `404`.

<Note>
  Because no custom body is supplied, the HTTP server may include the standard
  status text associated with the selected code.
</Note>
