Skip to main content
GET
/
api
/
v2
/
motion-icp
/
learnings
/
list
List learnings for a Motion ICP
curl --request GET \
  --url https://app.octavehq.com/api/v2/motion-icp/learnings/list \
  --header 'api_key: <api-key>'
{
  "_metadata": {
    "requestId": "requestId",
    "timestamp": "2021-01-01T00:00:00.000Z",
    "usage": 0,
    "message": "message"
  },
  "data": [
    {
      "oId": "<string>",
      "summary": "<string>",
      "confidence": 123,
      "pinned": true,
      "createdAt": "<string>",
      "evidenceByChannel": {}
    }
  ],
  "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_*). Obtain this from the find_motion_icp MCP tool or the motion ICP matrix.

Response

200 - application/json

Learnings list

_metadata
object
required
data
object[]
required
total
number
required

Total learnings for this ICP