Skip to main content
Question

Google SOAR - Retrieve playbook action results via API

  • January 21, 2026
  • 7 replies
  • 80 views

ORBR
Forum|alt.badge.img+7

HI everyone, I’m trying to find a documentation of the SOAR api, but I’m unable to find an API that lets me retrieve playbook results per alert.

I want to be able to retrieve the data from query enrichments that I’ve created. 

Has anyone been successful at doing this?

 

7 replies

ylandovskyy
Staff
Forum|alt.badge.img+16
  • Staff
  • January 21, 2026

Hey ​@ORBR ,

 

Can you elaborate what you mean by fetching playbook results? In general, all of the information about action execution is stored as part of Case Wall activities.


ORBR
Forum|alt.badge.img+7
  • Author
  • Silver 1
  • January 21, 2026

Hey ​@ORBR ,

 

Can you elaborate what you mean by fetching playbook results? In general, all of the information about action execution is stored as part of Case Wall activities.

We want to get all the action results from the playbook. for example: KQL query results.


ylandovskyy
Staff
Forum|alt.badge.img+16
  • Staff
  • January 21, 2026

@ORBR ,


Where will be those action results used? Are you planning to use it a sync job or something else?


ORBR
Forum|alt.badge.img+7
  • Author
  • Silver 1
  • January 25, 2026

@ORBR ,


Where will be those action results used? Are you planning to use it a sync job or something else?

We want to create an AI case investigation summary, via Google SOAR MCP.

For the investigation summary we need to use the playbook results.


ylandovskyy
Staff
Forum|alt.badge.img+16
  • Staff
  • January 28, 2026

@ORBR ,

 

Wouldn’t using regular placeholders work for you, like [Action.JsonResult]?


ORBR
Forum|alt.badge.img+7
  • Author
  • Silver 1
  • February 1, 2026

@ORBR ,

 

Wouldn’t using regular placeholders work for you, like [Action.JsonResult]?

Can you elaborate? I have multiple queries and enrichments in the playbook


ylandovskyy
Staff
Forum|alt.badge.img+16
  • Staff
  • February 2, 2026

@ORBR ,

If you need a to generate an AI summary based on enrichment information, you should just use Vertex AI integration and then put the JSON Results from all actions from which you are collecting information. 

JSON Results from actions are available via placeholders. Here is more information about it.