Skip to main content
GET
/
risk
/
rules
/
history
Get Risk Rule History
curl --request GET \
  --url https://api.{your-broker}.slate-labs.com/risk/rules/history
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Query Parameters

limit
integer
default:20
Required range: 1 <= x <= 100

Response

Successful Response