Skip to main content
GET
/
v1
/
rulesets
/
{name}
Get the latest version of a ruleset
curl --request GET \
  --url https://api.example.com/v1/rulesets/{name} \
  --header 'Authorization: Bearer <token>'
{
  "status": 123,
  "title": "<string>",
  "type": "<string>",
  "detail": "<string>",
  "instance": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

name
string
required
Pattern: ^[A-Za-z0-9._-]{1,128}$

Response

Successful Response