cURL
curl --request GET \ --url https://rules.platform.arb.inc/list
{ "rulesets": [ { "id": "default", "created": "2025-01-10T14:30:00Z", "updated": "2025-02-01T09:15:00Z", "title": "Standard Arbitration Rules", "description": "These rules outline how arbitration works.", "isActive": true } ] }
Gets a list of rulesets. By default, only active rulesets are returned. To include inactive rulesets, supply ?inactive=true.
?inactive=true
If set to true, returns both active and inactive rulesets. If omitted or set to false, only active rulesets are returned.
true
false
rulesets successfully fetched.
Show child attributes
Unique ID of the ruleset.
"default"
When the ruleset was created.
"2025-01-10T14:30:00Z"
When the ruleset was last updated.
"2025-02-01T09:15:00Z"
Title of the ruleset.
"Standard Arbitration Rules"
Description of the ruleset.
"These rules outline how arbitration works."
Whether the ruleset is active and can be used.