List the Context's registered scope nodes (live and tombstoned). Only nodes the caller has a grant over are returned (scope:read, or any other verb in the region); a grant:manage holder over / sees the whole tree. Paginated: follow page.nextCursor. Visibility filtering happens after the page bound, so a page can be short while page.hasMore is still true.
Path parameters
Spectron context id
Query parameters
Max nodes to scan per page (default 100, max 500)
Continuation token from the previous page's page.nextCursor
Response
Changes
Changed in 1 of the 5 revisions of this API.16
- ▲
the response's body type/format changed from
array/toobject/for status200response-body-type-changed
- ○
added the new optional
queryrequest parametercursornew-optional-request-parameter
- ○
added the new optional
queryrequest parameterlimitnew-optional-request-parameter
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
added the non-success response with the status
503response-non-success-status-added
- ○
added the required property
pageto the response with the200statusresponse-required-property-added
- ○
added the required property
scopesto the response with the200statusresponse-required-property-added
- ▲