Skip to main content
GET
/
api
/
v1
/
memory
Get global working memory
curl --request GET \
  --url https://neo.api.projectdiscovery.io/api/v1/memory \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "preferences": [
      "<string>"
    ],
    "user_info": {
      "email": "jsmith@example.com",
      "name": "<string>"
    }
  },
  "scope": "global",
  "updated_at": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.neo.projectdiscovery.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT authentication token

Response

Global working memory retrieved successfully

data
object
required
scope
enum<string>
required
Available options:
global
updated_at
string<date-time>
required

When the memory was last updated