Graph

List Graphs

List all graphs the user has access to.

This endpoint retrieves all graphs the user has access to.

Args: auth: Authentication context folder_name: Optional folder to scope the operation to end_user_id: Optional end-user ID to scope the operation to

Returns: List[Graph]: List of graph objects

get/graph/

Query parameters

string
OR
string[]
end_user_idstring nullable

Headers

authorizationstring

Response

Successful Response

idstring
namestring required
metadataobject
system_metadataobject
document_idsstring[]
filtersobject nullable
created_atstring date-time
updated_atstring date-time
folder_namestring nullable
end_user_idstring nullable
app_idstring nullable

Changes