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://app.octavehq.com/api/v2/motion/get \ --header 'api_key: <api-key>'
{ "_metadata": { "requestId": "requestId", "timestamp": "2021-01-01T00:00:00.000Z", "usage": 0, "message": "message" }, "data": { "oId": "<string>", "name": "<string>", "offering": { "oId": "<string>", "name": "<string>", "description": "<string>" }, "data": { "overview": "", "additionalContext": "", "attachedSources": [] }, "createdAt": "<string>", "updatedAt": "<string>", "description": "<string>", "defaultPlaybookOId": "<string>" } }
Fetch a single motion by oId
Motion oId
"mot_abc123"
Motion data
Show child attributes