Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.arklow.io/v1/orgs/{org_id}/rules/evaluate \ --header 'Content-Type: application/json' \ --header 'x-arklow-auth: <api-key>' \ --data ' { "expression": "<string>", "context": { "available_fields": [ "<string>" ], "fields": {}, "lists": {}, "now": "2023-11-07T05:31:56Z", "phase": "<string>" } } '
{ "data": { "expression": "<string>", "result": { "ast": "<unknown>", "missing_fields": [ "<string>" ], "phase": "<string>", "status": "deferred", "value": true } }, "errors": [ { "code": "<string>", "message": "<string>" } ] }
^[0-9]+$
Show child attributes
Default Response