List all graphs.

Returns all graphs. In order to list users, use user.list_ordered instead

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