elmah.io API Skill
elmah-io
elmah-io
| Method | Path | Description |
|---|---|---|
GET | /v3/deployments | |
POST | /v3/deployments | Fetch a list of deployments. |
GET | /v3/deployments/{id} | Create a new deployment. |
DELETE | /v3/deployments/{id} | Fetch a deployment by its ID. |
POST | /v3/heartbeats/{logId}/{id} | Delete a deployment by its ID. |
POST | /v3/installations/{logId} | Create a new heartbeat. |
GET | /v3/logs | Create a new installation. |
POST | /v3/logs | Fetch a list of logs. |
GET | /v3/logs/{id} | Create a new log. |
DELETE | /v3/logs/{id} | Fetch a log by its ID. |
POST | /v3/logs/{id}/_disable | Delete a log by its ID. |
POST | /v3/logs/{id}/_enable | Disable a log by its ID. |
GET | /v3/logs/{id}/_diagnose | Enable a log by its ID. |
GET | /v3/messages/{logId} | Help diagnose logging problems. |
DELETE | /v3/messages/{logId} | Fetch messages from a log. |
POST | /v3/messages/{logId} | Deletes a list of messages by logid and query. |
GET | /v3/messages/{logId}/{id} | Create a new message. |
DELETE | /v3/messages/{logId}/{id} | Fetch a message by its ID. |
POST | /v3/messages/{logId}/_fix | Delete a message by its ID. |
POST | /v3/messages/{logId}/{id}/_hide | Mark a list of messages as fixed by logid and query. |
POST | /v3/messages/{logId}/{id}/_fix | Hide a message by its ID. |
POST | /v3/messages/{logId}/_bulk | Fix a message by its ID. |
POST | /v3/sourcemaps/{logId} | Create one or more new messages. |
GET | /v3/uptimechecks | Create or update a translation between a minified JavaScript path to the minified JavaScript and source map files. |
Use this API as a Claude Code skill for instant agent access.
lapsh skill-install elmah-io
Downloads and installs to ~/.claude/skills/elmah-io/
v3 (2026-02-13)