Inputs
SelectableOption
Output
Type:List[Dict]
Returns list of URLs with their HTTP status and any errors.
Fields: url, status, status_code, errorDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Checks the HTTP status code and accessibility of URLs and web pages
| App | Web |
| Operation ID | web_check_url_status |
| Type | Action |
| Connection | None |
| Credits per run | 1 |
| Agent / MCP tool | Yes |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
url | string | No | - | URL to check (single mode) |
urls | array of string (also accepts a comma-separated string) | No | - | List of URLs to check (bulk mode) |
check_type | string or SelectableOption | Yes | - | Choose whether to check a single URL or multiple URLs |
filter_results | string or SelectableOption | No | - | Filter returned results by status (bulk mode only) |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
value | string | Yes | - | |
label | string | Yes | - |
List[Dict]
Returns list of URLs with their HTTP status and any errors.
Fields: url, status, status_code, error