Skip to main content
GET
/
api
/
v1
/
runtime
/
agents
/
{id}
/
engine-info
Get agent engine information (public)
curl --request GET \
  --url https://api.runflow.ai/api/v1/runtime/agents/{id}/engine-info
{
  "agentId": "<string>",
  "tenantId": "<string>",
  "newEngine": true,
  "executorUrl": "<string>"
}

Documentation Index

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

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

Path Parameters

id
string
required

Agent UUID

Query Parameters

token
string
required

Agent token for authentication

Response

200 - application/json

Engine info retrieved

agentId
string
tenantId
string
newEngine
boolean
executorUrl
string