Vigilfield Docs
API referenceRules

`GET /rules/{id}` — fetch a single rule.

GET/rules/{id}

Path Parameters

id*string

Rule id

Response Body

application/json

curl -X GET "https://example.com/rules/string"
{  "alerting": null,  "covered_through": "string",  "created_at": "string",  "description": "string",  "enabled": true,  "id": "string",  "last_run_at": "string",  "last_run_status": null,  "name": "string",  "next_run_at": "string",  "org_id": "string",  "owner_team_id": "string",  "query": null,  "schedule": "string",  "status": null,  "updated_at": "string"}