Skip to main content
GET
/
api
/
v2
/
motion-icp
/
list
List Motion ICP cells
curl --request GET \
  --url https://app.octavehq.com/api/v2/motion-icp/list \
  --header 'api_key: <api-key>'
{
  "_metadata": {
    "requestId": "requestId",
    "timestamp": "2021-01-01T00:00:00.000Z",
    "usage": 0,
    "message": "message"
  },
  "data": {
    "data": [
      {
        "oId": "<string>",
        "motionPlaybookOId": "<string>",
        "persona": {
          "oId": "<string>",
          "name": "<string>"
        },
        "segment": {
          "oId": "<string>",
          "name": "<string>"
        },
        "disabled": true
      }
    ],
    "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

motionOId
string
required

Motion oId (mot_ prefix). Required.

motionPlaybookOId
string

Filter to a specific motion playbook oId (mpb_ prefix). Omit to return all playbooks.

Response

200 - application/json

ICP matrix rows for the motion

_metadata
object
required
data
object
required