Skip to main content
GET
/
api
/
v2
/
motion-icp
/
elements
/
list
List recommended elements for a Motion ICP
curl --request GET \
  --url https://app.octavehq.com/api/v2/motion-icp/elements/list \
  --header 'api_key: <api-key>'
{
  "_metadata": {
    "requestId": "requestId",
    "timestamp": "2021-01-01T00:00:00.000Z",
    "usage": 0,
    "message": "message"
  },
  "data": [
    {
      "oId": "<string>",
      "name": "<string>"
    }
  ],
  "total": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.octavehq.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

api_key
string
header
required

Query Parameters

motionIcpOId
string
required

Motion ICP oId (micp_ prefix). Obtain from the motion ICP matrix or find_motion_icp MCP tool.

Response

200 - application/json

Recommended elements list

_metadata
object
required
data
object[]
required
total
integer
required

Total recommended elements for this ICP