GET
/
functions
/
{functionName}
/
deployments
/
{environmentName}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

functionName
string
required

Name of the function

environmentName
string
required

Name of the environment

Response

200 - application/json

Function deployment configuration

created_at
string

The date and time when the resource was created

created_by
string

The user or service account who created the resource

updated_at
string

The date and time when the resource was updated

updated_by
string

The user or service account who updated the resource

configuration
object

Function configuration, this is a key value storage. In your function you can retrieve the value with config[key]

description
string

Function description, very important for the agent function to work with an LLM

enabled
boolean

Whether the function deployment is enabled

environment
string

The name of the environment

flavors
object[]

Types of hardware available for deployments

function
string

The name of the function

integration_connections
string[]

The integration connections for the model deployment

kit
object[]

The kit of the function deployment

labels
object | null

Labels

parameters
object[]

Function parameters, for your function to be callable with Agent

pod_template
object

The pod template, should be a valid Kubernetes pod template

policies
string[]
runtime
object

Set of configurations for a deployment

serverless_config
object

Configuration for a serverless deployment

store_id
string

Create from a store registered function

workspace
string

The workspace the function deployment belongs to