Jump to Content
Documentation
API Reference
⭐ Star MemGPT on GitHub
API Reference
⭐ Star MemGPT on GitHub
Moon (Dark Mode)
Sun (Light Mode)
Documentation
API Reference
Get Job
Search
JUMP TO
Get started
Using the MemGPT API
MemGPT API
tools
Delete Tool
delete
Get Tool
get
Update Tool
patch
Get Tool Id
get
List All Tools
get
Create Tool
post
sources
Get Source
get
Update Source
patch
Delete Source
delete
Get Source Id By Name
get
List Sources
get
Create Source
post
Attach Source To Agent
post
Detach Source From Agent
post
Upload File To Source
post
List Passages
get
List Documents
get
agents
List Agents
get
Create Agent
post
Update Agent
patch
Get Agent State
get
Delete Agent
delete
Get Agent Sources
get
Get Agent In Context Messages
get
Get Agent Memory
get
Update Agent Memory
patch
Get Agent Recall Memory Summary
get
Get Agent Archival Memory Summary
get
Get Agent Archival Memory
get
Insert Agent Archival Memory
post
Delete Agent Archival Memory
delete
Get Agent Messages
get
Send Message
post
Update Message
patch
models
List Llm Backends
get
List Embedding Backends
get
llms
blocks
List Blocks
get
Create Block
post
Update Block
patch
Delete Block
delete
Get Block
get
jobs
List Jobs
get
List Active Jobs
get
Get Job
get
users
Get All Users
get
Create User
post
Delete User
delete
Create New Api Key
post
Get Api Keys
get
Delete Api Key
delete
admin
organization
Get All Orgs
get
Create Org
post
Delete Org
delete
auth
Authenticate User
post
OpenAI Assistants API
assistants
Create Assistant
post
List Assistants
get
Create Assistant File
post
List Assistant Files
get
Retrieve Assistant
get
Modify Assistant
post
Delete Assistant
delete
Retrieve Assistant File
get
Delete Assistant File
delete
threads
Create Thread
post
Modify Thread
get
Delete Thread
delete
Create Message
post
List Messages
get
Retrieve Message
get
Modify Message
post
Retrieve Message File
get
Create Run
post
List Runs
get
Create Thread And Run
post
List Run Steps
get
Retrieve Run
get
Modify Run
post
Retrieve Run Step
get
Submit Tool Outputs To Run
post
Cancel Run
post
messages
runs
chat_completions
Create Chat Completion
post
Powered by
Get Job
get
http://memgpt.localhost/v1/jobs/
{job_id}
Get the status of a job.
Language
Shell
Node
Ruby
PHP
Python
URL
Base URL
http://memgpt.localhost
/v1/jobs/{job_id}
RESPONSE
Click
Try It!
to start a request and see the response here!