List observable Scopes
Discover Scope descriptors with an explicit literal-substring field and exact relationship filters. Query matches the selected original field using the database's native substring operation. Regular expressions and wildcard syntax are not supported. Case, accent, and full-width/half-width matching follow the underlying database collation; results need not be identical across backends. Requests without query parameters preserve the existing complete-list behavior.
Authorization
BearerAuth AuthorizationBearer <token>
Bearer credential resolved to an opaque authenticated Principal by the Server deployment.
In: header
Query Parameters
query?string
Length
length <= 256query_field?string
Value in
- "scope_id"
- "title"
- "summary"
- "external_reference_value"
- "binding_external_id"
parent_scope_id?string
Match
.*\S.*Length
1 <= length <= 256external_reference_kind?string
Match
.*\S.*Length
1 <= length <= 128binding_integration?string
Match
.*\S.*Length
1 <= length <= 128binding_kind?string
Match
.*\S.*Length
1 <= length <= 64limit?integer
Range
1 <= value <= 100Default
50cursor?string
Length
1 <= length <= 4096Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/scopes"{ "items": [ { "scope_id": "string", "title": "string", "summary": "string", "parent_scope_id": "string", "context_references": [ "string" ], "external_references": [ { "kind": "string", "value": "string" } ], "version": 1 } ], "next_cursor": "string"}
