get http://memgpt.localhost/v1/agents//memory
Retrieve the memory state of a specific agent.
This endpoint fetches the current memory state of the agent identified by the user ID and agent ID.
Log in to see full request history
Responses
Retrieve the memory state of a specific agent.
This endpoint fetches the current memory state of the agent identified by the user ID and agent ID.
xxxxxxxxxx
curl --request GET \
--url http://memgpt.localhost/v1/agents/agent_id/memory \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: