cURL
curl --request POST \ --url https://api.tilt.io/api/v1/custom/org/{organization_uuid}/dynamic_rules/preview/ \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "client_account_uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "scenarios": [ { "label": "<string>", "context_overrides": {}, "as_of_datetime": "2023-11-07T05:31:56Z", "fundamentals_overrides": {}, "config_overrides": {} } ], "include_baseline": true } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "PENDING", "params": "<unknown>", "result": null, "error_message": "<string>", "created_at": "2023-11-07T05:31:56Z", "started_at": "2023-11-07T05:31:56Z", "finished_at": "2023-11-07T05:31:56Z" }
Show child attributes
PENDING
RUNNING
SUCCESS
FAILURE