GET
/
api
/
v1
/
skills

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

page
number

The page number to return

limit
number

The maximum number of agents to return

direction
string

Skill direction either inbound|outbound

agentId
string

Agent id

Response

200 - application/json
definition
string | null
required

The skill Instruction

id
string | null
required

The id of the skill

initialMessage
string | null
required

initialMessage

isInbound
boolean | null
required

inbound

name
string | null
required

The name of the skill