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"Response Example
{
"ok": true,
"data": [
"global",
"coding",
"research"
]
}