Method: legacyPlaybooks.legacyFetchActionResultsForSimulation

Full name: projects.locations.instances.legacyPlaybooks.legacyFetchActionResultsForSimulation

Returns the detailed outputs from a playbook simulation run. Use this method to inspect the behavior of automated steps during debugging, with support for filtering by loop iteration.

HTTP request


POST https://chronicle.africa-south1.rep.googleapis.com/v1alpha/{instance}/legacyPlaybooks:legacyFetchActionResultsForSimulation

Path parameters

Parameters
instance

string

Required. The instance to fetch the action results for. Format: projects/{project}/locations/{location}/instances/{instance}

Request body

The request body contains data with the following structure:

JSON representation
{
  "workflowInstanceId": string,
  "loopIterationsRequest": [
    {
      object (ApiLoopIterationRequest)
    }
  ]
}
Fields
workflowInstanceId

string (int64 format)

Required. The workflow instance id to fetch the action results for.

loopIterationsRequest[]

object (ApiLoopIterationRequest)

Optional. The request to get the loop iterations.

Response body

If successful, the response body contains an instance of ApiWorkflowInstanceDataModel.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/chronicle
  • https://www.googleapis.com/auth/chronicle.readonly

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the instance resource:

  • chronicle.legacyPlaybooks.get

For more information, see the IAM documentation.