get_check
Retrieve metadata for a specific uptime check by UID or slug, with optional last result and status change details.
Instructions
Get a single check's metadata by UID or slug. For a full triage briefing (current status + recent results + active incidents), prefer diagnose_check instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| with | No | Comma-separated extra fields: lastResult — most recent result lastStatusChange — when status last changed Example: "lastResult,lastStatusChange". | |
| identifier | Yes | Check UID or URL-friendly slug, e.g. "api-prod" or "63d49e55-97e3-4e8c-b7ab-c862de7a43f3". |