List standalone graphs in the graph directory
Returns a paginated directory of live standalone graphs in the
authenticated project. Optional `search` matches `graph_id`, `name`, and
`description` (metadata only; not graph contents).
Default `pageSize` is 50 (range 1–100). To list users, use
`user.list_ordered` instead. See the
[graph directory guide](/graph-directory) for pagination, relevance
ordering, and Memory MCP exposure.
Query parameters
pageNumber
Page number for pagination, starting from 1.
pageSize
Number of graphs to retrieve per page (default 50, range 1-100; explicit 0 is invalid).
search
Search term for filtering graphs by graph_id, name, or description. Queries longer than 200 Unicode code points after whitespace normalization are invalid.
order_by
Column to sort by (created_at, graph_id, name).
asc
Sort in ascending order.
Response
Successfully retrieved list of graphs.
graphs
page_number
page_size
row_count
total_count
Errors
400
Bad Request Error
500
Internal Server Error