Skip to main content
GET
Python (SDK)

Authorizations

Authorization
string
header
required

Gateway auth: send Authorization: Bearer <mka1-api-key>. For multi-user server-side integrations, you can also send X-On-Behalf-Of: <external-user-id>.

Headers

X-On-Behalf-Of
string

Optional external end-user identifier forwarded by the API gateway.

Path Parameters

agent_id
string
required

Response

Agent found.

object
enum<string>
required
Available options:
agent
id
string
required
name
string
required
description
string | null
required
model
string
required
Example:

"functionary-pt"

instructions
string | null
required
tools
object[]
required
tool_choice
any
required

Arbitrary JSON value.

parallel_tool_calls
boolean
required
max_tool_calls
integer | null
required
text
object | null
required
reasoning
object | null
required
metadata
object
required
version
integer
required

Current configuration version. Incremented on every update or rollback.

Required range: x >= 1
created_at
string<date-time>
required
updated_at
string<date-time>
required
deleted_at
string<date-time> | null
required