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
row_countinteger
total_countinteger

Errors

400
Bad Request Error
500
Internal Server Error