Skip to main content
GET
List all functions

Authorizations

Authorization
string
header
required

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

Response

List of functions

id
string<uuid>
required

Unique identifier for the function

slug
string
required

URL-friendly identifier

Example:

"hello-world"

name
string
required

Display name for the function

Example:

"Hello World Function"

status
enum<string>
required

Current status of the function

Available options:
draft,
active,
error
created_at
string<date-time>
required

When the function was created

updated_at
string<date-time>
required

When the function was last updated

description
string | null

Description of what the function does

deployed_at
string<date-time> | null

When the function was last deployed (null if never deployed)