Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the agent to retrieve
Response
Agent details
The object type, always 'agent'
Available options:
agent
Unique identifier for the agent
The name of the agent
The ISO string for when the agent was created
The version of Datagrid's agent brain.
- magpie-1.1 is the default and most powerful model.
- magpie-1.1-flash is a faster model useful for RAG usecases, it currently only supports semantic_search tool. Structured outputs are not supported with this model.
Available options:
magpie-1.1
, magpie-1.1-flash
, magpie-1
The LLM used to generate responses.
Available options:
gemini-2.5-pro
, gemini-2.5-pro-preview-05-06
, gemini-2.5-flash
, gemini-2.5-flash-preview-04-17
, gemini-2.5-flash-lite
, gpt-5
, gemini-2.0-flash-001
, gemini-2.0-flash
, gemini-1.5-pro-001
, gemini-1.5-pro-002
, gemini-1.5-flash-002
, gemini-1.5-flash-001
, chatgpt-4o-latest
, gpt-4o
, gpt-4
, gpt-4-turbo
, gpt-4o-mini
Array of Knowledge IDs the agent should use during the converse. When ommited, all knowledge is used.
Tools that this agent can use.
Directs your AI Agent's operational behavior.
Use custom prompt to instruct the style and formatting of the agent's response
Define the planning strategy your AI Agent should use when breaking down tasks and solving problems