Skip to main content
GET
Get AI function

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

AI function id. Get it from aiFunctions.list.

Pattern: ^\d+$

Response

OK

id
string
required
Pattern: ^\d+$
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
name
string
required
purpose
string | null
required
dataCollect
required
outputMessage
string | null
required
workspaceId
string
required
Pattern: ^\d+$
triggerFlowId
unknown