API ReferenceAPI ReferenceForest REST API endpoints generated from the OpenAPI schema.List agent sessions GETReturns all AI agent sessions for the current user.
API ReferenceGet agent details GETGet agent detailsReturns the details of an AI agent.Copy MarkdownOpenServer URLloading...GET/agents/{agentId}SendAuthorizationPathReturns the details of an AI agent.Authorizationbearer AuthorizationBearer <token>In: headerPath ParametersagentId*stringResponse Body200application/json401500cURLJavaScriptGoPythonJavaC#Rustcurl -X GET "https://example.com/agents/string"200401500{ "id": "string", "schema": {}}