Skip to main content
GET
/
agents
/
{agent_id}
/
system-steps
/
{step}
/
config
Get agent system step config
curl --request GET \
  --url https://api.trymaitai.ai/api/v1/agents/{agent_id}/system-steps/{step}/config \
  --header 'X-Maitai-Api-Key: <api-key>'
{
  "data": {
    "model": "gpt-4o",
    "temperature": 0.2,
    "max_tokens": 2048
  }
}

Authorizations

X-Maitai-Api-Key
string
header
required

Your Maitai API key from the Portal.

Path Parameters

agent_id
integer
required
step
string
required

Response

200 - application/json

Get agent system step config.

data
any