Skip to main content
Alchemyst AI Docs home page
Search...
⌘K
Support
Dashboard
Dashboard
Search...
Navigation
Endpoint examples
View organization context
Guides
Integrations
MCPs
API reference
Website
Community
Blog
API documentation
Introduction
Endpoint examples
POST
Add context data to the context processor
POST
Delete context data
POST
Add memory context data
POST
Delete memory context data
POST
Update memory context data
POST
Search for context data in the context processor
GET
Retrieves a list of traces for the authenticated user
DEL
Delete a specific data trace
GET
Retrieve user contexts by documents.
GET
Retrieve user context
POST
View organization context
200
400
401
402
403
500
Copy
{
"contexts"
: {}
}
Endpoint examples
View organization context
POST
/
api
/
v1
/
org
/
context
/
view
Try it
200
400
401
402
403
500
Copy
{
"contexts"
: {}
}
Body
application/json
userIds
string[]
required
Response
200
application/json
Success
contexts
object
Retrieve user context
Previous
⌘I