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

pageNumberintegerOptional
Page number for pagination, starting from 1.
pageSizeintegerOptional1-100

Number of graphs to retrieve per page (default 50, range 1-100; explicit 0 is invalid).

searchstringOptional

Search term for filtering graphs by graph_id, name, or description. Queries longer than 200 Unicode code points after whitespace normalization are invalid.

order_bystringOptional

Column to sort by (created_at, graph_id, name).

ascbooleanOptional
Sort in ascending order.

Response

Successfully retrieved list of graphs.
graphslist of objectsOptional
page_numberintegerOptional
page_sizeintegerOptional
row_countintegerOptional
total_countintegerOptional

Errors

400
Bad Request Error
500
Internal Server Error