Skip to main content
GET
/
v3
/
automations
/
dry-run-results
/
{dryRunResult}
Read Automation Dry Run Result
curl --request GET \
  --url https://api.{tenant}.getomneo.com/api/v3/automations/dry-run-results/{dryRunResult}
{
  "data": {
    "id": 123,
    "automation_id": 123,
    "run_at": "<string>",
    "profile_id": "<string>",
    "result_type": "<string>",
    "result_id": 123,
    "status": "<string>",
    "result": [
      "<unknown>"
    ],
    "arguments": [
      "<unknown>"
    ],
    "requested_by": "<string>",
    "created_at": "<string>",
    "updated_at": "<string>"
  }
}

Path Parameters

dryRunResult
integer
required

The dry run result ID

Response

AutomationDryRunResult

data
AutomationDryRunResult · object
required