Skip to main content
GET
/
api
/
v1
/
memories
/
facets
Distinct scope and project values for the tenant (filter population)
curl --request GET \
  --url https://3ngram-server-production.up.railway.app/api/v1/memories/facets \
  --header 'X-API-Key: <api-key>'
{
  "projects": [
    "<string>"
  ],
  "scopes": [
    "<string>"
  ]
}

Authorizations

X-API-Key
string
header
required

Response

200 - application/json

Success

projects
string[]
required
Required string length: 1 - 256
scopes
string[]
required
Required string length: 1 - 64
Pattern: ^[a-z0-9][a-z0-9-]*$