Skip to main content
POST
Dry-run a rule against the team's current synced Meta data: how many entities it evaluates, which would match right now (and why), and near misses. Pass ruleId for a saved rule OR rule for an unsaved draft. Changes nothing.

Authorizations

Authorization
string
header
required

AdStellar API key (ast_live_...)

Body

application/json
ruleId
string<uuid>

Saved rule id from list_automation_rules.

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
rule
object

Unsaved rule object (see get_automation_rule_schema).

workspaceId
string<uuid>

Workspace to act in (must be granted to this credential). Omit for the primary workspace.

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$

Response

Tool result