Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.firstanswer.ai/v1/action-plans/{action_plan_id}/ \ --header 'api-key: <api-key>'
{ "data": { "summary": "<string>", "opportunities": [ { "recommendation": "<string>", "reason": "<string>", "actions": [ { "title": "<string>", "description": "<string>", "urls_related": [ "<string>" ] } ], "priority": 123 } ] } }
Success
Show child attributes