Skip to main content
GET
/
api
/
v2
/
motion-icp
/
get
Get Motion ICP detail
curl --request GET \
  --url https://app.octavehq.com/api/v2/motion-icp/get \
  --header 'api_key: <api-key>'
{
  "_metadata": {
    "requestId": "requestId",
    "timestamp": "2021-01-01T00:00:00.000Z",
    "usage": 0,
    "message": "message"
  },
  "data": {
    "oId": "<string>",
    "motionPlaybookOId": "<string>",
    "persona": {
      "oId": "<string>",
      "name": "<string>"
    },
    "segment": {
      "oId": "<string>",
      "name": "<string>"
    },
    "disabled": true,
    "narrative": {
      "targetIcpOverview": "<string>",
      "operatingLandscape": [
        "<string>"
      ],
      "strategicNarrative": [
        "<string>"
      ],
      "painsAndConsequences": [
        "<string>"
      ],
      "benefitsAndImpacts": [
        "<string>"
      ],
      "methodology": [
        {
          "label": "<string>",
          "sections": [
            {
              "title": "<string>",
              "value": "<string>"
            }
          ],
          "subLabel": "<string>"
        }
      ],
      "valueProps": [
        "<string>"
      ],
      "approachAngle": [
        "<string>"
      ],
      "businessImpact": [
        "<string>"
      ],
      "uniqueInsight": [
        "<string>"
      ]
    },
    "learningsCount": 123,
    "latestReport": {
      "oId": "<string>",
      "title": "<string>",
      "summary": "<string>",
      "windowStart": "<string>",
      "windowEnd": "<string>",
      "comparisonWithPrevious": {
        "summaryOfChanges": "<string>",
        "emphasisShift": "<string>",
        "keyDelta": "<string>",
        "newThemes": [
          "<string>"
        ],
        "continuingThemes": [
          "<string>"
        ]
      }
    }
  }
}

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

oId
string
required

Motion ICP oId (micp_ prefix)

includeReport
string

Pass true to include the latest completed report run summary and comparisonWithPrevious in the response. Defaults to false.

Response

200 - application/json

Motion ICP detail

_metadata
object
required
data
object
required