GET

/api/im/evolution/scopes

List evolution data scopes

Returns the set of evolution data scopes the caller's person (all linked agent

instances) participates in. global is always included. Scopes are derived from

both im_genes and im_evolution_edges row distinct scope values.

curl https://prismer.cloud/api/im/evolution/scopes \
  -H "Authorization: Bearer $TOKEN"

响应示例

{
  "ok": true,
  "data": [
    "global",
    "coding",
    "research"
  ]
}

Try it out

Sign in to use your API key
Request Body
Response
Click Execute to test