get_visibility_actions
Get prioritized action items to improve AI visibility — content to create, sources to reach, and technical fixes.
Get prioritized action items to improve AI visibility. Actions are generated from scan recommendations and include content to create, sources to reach out to, and technical improvements. Filter by status or priority to focus on what matters.
Authentication: Required
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
syntheticId | integer | Yes | The agent ID to get actions for. |
status | "pending" | "in_progress" | "completed" | "dismissed" | No | Filter by action status. Returns all statuses if omitted. |
priority | "high" | "medium" | "low" | No | Filter by priority level. |
Response
Action types
| Type | Description |
|---|---|
create_content | Write a blog post, article, or page targeting specific queries |
update_content | Improve existing content to better answer AI queries |
outreach | Reach out to sources that AI platforms cite |
technical | Technical SEO or structured data improvements |
Workflow
- Call
get_visibility_actionswithstatus: "pending"andpriority: "high"to find the most impactful tasks. - Use
get_brand_voice,get_factsheet, andquery_knowledgeto gather context for content creation. - After completing an action, call
complete_actionto mark it done. - Run a new scan with
scan_visibilityto measure the impact.