Graph

Get Graph

Get a graph by name.

This endpoint retrieves a graph by its name if the user has access to it.

Args: name: Name of the graph to retrieve 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: Graph: The requested graph object

get/graph/{name}

Path parameters

namestring required

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