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.
pageSizeintegerOptional
Number of graphs to retrieve per page.
order_bystringOptional

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

ascbooleanOptional
Sort in ascending order.

Response

Successfully retrieved list of graphs.
graphslist of objects or null
row_countinteger or null
total_countinteger or null

Errors