cURL
curl --request POST \ --url https://developer.api.receiptor.ai/v1/capabilities/rules.list \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "includeDisabled": false, "limit": 20 } '
{ "success": true, "code": 200, "data": { "result": {} } }
List automation rules for the user. Shows rule information including name, status, trigger type, and execution stats.
API key prefixed with sk_. Obtain from the Receiptor AI dashboard.
sk_
Include disabled rules in results
Number of rules to return (max 50)
Successful response
true
200
Show child attributes
Was this page helpful?