Skip to main content
GET
/
api
/
v2
/
motion-playbook
/
list
List motion playbooks
curl --request GET \
  --url https://app.octavehq.com/api/v2/motion-playbook/list \
  --header 'api_key: <api-key>'
{
  "_metadata": {
    "requestId": "requestId",
    "timestamp": "2021-01-01T00:00:00.000Z",
    "usage": 0,
    "message": "message"
  },
  "hasNext": true,
  "total": 123,
  "data": [
    {
      "oId": "<string>",
      "name": "<string>",
      "motionOId": "<string>",
      "motionName": "<string>",
      "offeringName": "<string>",
      "motionFraming": "<string>",
      "active": true,
      "user": {
        "oId": "<string>",
        "firstName": "<string>",
        "lastName": "<string>"
      },
      "createdAt": "<string>",
      "updatedAt": "<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

motionOId
string | null

Filter by motion oId

offeringOId
string | null

Filter by offering oId

motionType
enum<string> | null

Filter by motion type

Available options:
NET_NEW,
UPSELL,
CROSS_SELL,
CONVERT_FREE_TO_PAID,
RENEW_AND_RETAIN,
DISPLACE_INCUMBENT
limit
number
default:20

Limit

Required range: x > 0
Example:

20

offset
number | null
default:0

Offset

Required range: x >= 0
Example:

0

Response

200 - application/json

Motion playbook list

_metadata
object
required
hasNext
boolean
required

Whether there are more results

total
number
required

Total number of results

data
object[]
required