Skip to main content
GET
/
api
/
agents
/
planner
/
info
Get planner service info
curl --request GET \
  --url http://localhost:3001/api/agents/planner/info \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "status": "<string>",
  "info": {},
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.lucid.foundation/llms.txt

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

Authorizations

Authorization
string
header
required

Lucid API key (lk_live_... or lk_test_...)

Response

OK

success
boolean
required
status
string
required
info
object
message
string