Skip to main content
GET
/
api
/
agents
/
{agent_id}
Get Agent
curl --request GET \
  --url https://your-domain.com/api/agents/{agent_id}
{
  "success": true,
  "data": "<unknown>",
  "error": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.fim.ai/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

agent_id
string
required

Response

Successful Response

success
boolean
default:true
data
any
error
string | null