Skip to main content
GET
/
orgs
/
{org_id}
/
assistants
/
{assistant_id}
/
actions
[
  {
    "id": "<string>",
    "enabled": true,
    "name": "<string>",
    "instructions": "<string>",
    "action_id": "<string>",
    "assistant_id": "<string>",
    "connection_id": "<string>",
    "config": {
      "input": {},
      "definitions": [
        {
          "path": "<string>",
          "definition": {}
        }
      ]
    },
    "created_at": "2023-12-25",
    "updated_at": "2023-12-25"
  }
]

Path Parameters

org_id
string
required

The ID of the org

assistant_id
string
required

The ID of the assistant

Query Parameters

page
number

Page number

take
number

Number of items to take

next
string

Next page token (Only used on special endpoints)

Response

200 - application/json

An array of assistant actions.

id
string
required
enabled
boolean
required
name
string | null
required
instructions
string | null
required
action_id
string
required
assistant_id
string
required
connection_id
string | null
required
config
object
required

The input values with their dynamic field definitions

created_at
string<date> | null
required
updated_at
string<date> | null
required