Chat
Chat
Have a conversation with Glean AI.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The offset of the client's timezone in minutes from UTC. e.g. PDT is -420 because it's 7 hours behind UTC.
Body
application/json
Includes chat history for Glean AI to respond to.
The body is of type object
.
Response
200
text/plain
OK
The response is of type object
.
Previous
Get AgentGet an agent by ID. This endpoint implements the LangChain Agent Protocol, specifically part of the Agents stage (https://langchain-ai.github.io/agent-protocol/api.html#tag/agents/GET/agents/{agent_id}). It adheres to the standard contract defined for agent interoperability and can be used by agent runtimes that support the Agent Protocol.
Next