Get All External Functions
Get all external functions.
GET
Retrieve all information about all external functions that you have created.
Authorizations
Your secret API key from PlayAI, formatted as Bearer YOUR_SECRET_API_KEY
.
Headers
Available options:
application/json
Response
200 - application/json
External functions retrieved.
The unique ID for each external function.
Example:
"f0gZrOKBKL7veJ6o1M"
The external function's name
Maximum length:
250
Example:
"My External Function"
The external function's description
Maximum length:
500
Example:
"My external function is the best external function"
The external function's endpoint URL
Maximum length:
500
Example:
"https://my.external.function.example.com/api/v1/external-function"
The external function's method
Available options:
POST
, GET
, PUT
, DELETE
Was this page helpful?