Docs menu · Reference

Lists graph names in lexicographic order. Accepts an optional item limit (default 100), an exclusive name cursor for continuation, and an as_of timestamp to list the graphs visible at an earlier instant.

Paginated responses use opaque cursors. Clients should pass the returned cursor back to the same command shape and must not parse cursor contents.

Examples

List graphs.

CLI

$ strata graph create social
$ strata graph list

Wire

{"graph":"social","type":"graph_create"}
{"type":"graph_list"}

Parameters

NameTypeRequiredDescription
as_ofintegernoOptional timestamp in microseconds. Reads the graph state visible at that instant.
cursorstringnoOptional exclusive graph cursor.
limitintegernoOptional item limit. Defaults to 100.

Plus the optional scope: branch and space (default to the session branch and the "default" space).

Returns

Page<String, String>.

Errors

Invocation

  • CLI: strata graph list
  • Wire type: graph_list

agents: this page as markdown → /docs/reference/graph/list.md