Skip to main content
GET
Get Custom Agent by ID

Authorizations

x-auth-token
string
header
required

For server-to-server or automated access, use a DataGOL Service Account key. Pass it via the x-auth-token header instead of Authorization: x-auth-token: <service-account-key>

Path Parameters

agentId
string<uuid>
required

UUID of the Custom Agent.

Response

Full agent configuration.

id
string<uuid>
name
string
description
string
prompt
string
instructions
string
examples
string
isPublished
boolean
skills
object[]
uiMetadata
object
configs
object
createdAt
string<date-time>
updatedAt
string<date-time>