Skip to main content
GET
Get Agent

Response

200 - application/json

Successful Response

GET response and the data payload of PATCH responses.

id
string<uuid>
required
name
string
required
status
enum<string>
required

Agent status enumeration.

Available options:
draft,
active,
inactive,
deprecated,
error
baseEngineConfig
EngineConfig · object
required

Main engine configuration model for the entire Idun Agent Engine.

createdAt
string<date-time>
required
updatedAt
string<date-time>
required
slug
string | null
description
string | null
version
string | null
baseUrl
string | null
Last modified on May 22, 2026