GET
/
api
/
rulesets
[
  {
    "id": "<string>",
    "name": "<string>",
    "description": "<string>",
    "rules_text": "<string>",
    "org_id": "<string>",
    "repo_ids": [
      "<string>"
    ],
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "created_by": "<string>"
  }
]

Authorizations

X-API-Key
string
header
required

Use an API key in the X-API-Key header.

Query Parameters

repo_id
string | null

Response

200
application/json

Successful Response

The response is of type RulesetResponse · object[].