GET
/
api
/
v1
/
external-functions

Retrieve all information about all external functions that you have created.

Authorizations

AUTHORIZATION
string
headerrequired

API key required for this endpoint. Use Bearer YOUR_SECRET_API_KEY. Get your key from https://play.ai/developers.

X-USER-ID
string
headerrequired

User ID required for this endpoint. Get it from https://play.ai/developers.

Headers

accept
enum<string>
Available options:
application/json

Response

200 - application/json
id
string

The unique ID for each external function.

name
string

The external function's name

description
string

The external function's description

endpointUrl
string

The external function's endpoint URL

method
enum<string>
default: GET

The external function's method

Available options:
POST,
GET,
PUT,
DELETE
parameters
object[]