Skip to main content
GET
/
workspaces
/
{workspace_id}
/
editor
/
functions
Error
A valid request URL is required to generate request examples
[
  {
    "name": "<string>",
    "description": "<string>",
    "parameters": [
      {
        "name": "<string>",
        "type": "<string>",
        "optional": true
      }
    ],
    "return_type": "<string>"
  }
]
{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

workspace_id
string<uuid>
required

Response

Successful Response

name
string
required
description
string
required
parameters
EditorParamRead · object[]
required
return_type
string
required