GET
/
graphs
[
  {
    "id": "<string>",
    "name": "<string>",
    "entities": [
      {
        "id": "<string>",
        "label": "<string>",
        "type": "<string>",
        "properties": {},
        "document_ids": [
          "<string>"
        ],
        "chunk_sources": {}
      }
    ],
    "relationships": [
      {
        "id": "<string>",
        "source_id": "<string>",
        "target_id": "<string>",
        "type": "<string>",
        "document_ids": [
          "<string>"
        ],
        "chunk_sources": {}
      }
    ],
    "metadata": {},
    "system_metadata": {},
    "document_ids": [
      "<string>"
    ],
    "filters": {},
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "owner": {},
    "access_control": {}
  }
]

Headers

authorization
string

Query Parameters

end_user_id
string | null

Body

application/json

The body is of type string.

Response

200
application/json

Successful Response

The response is of type object[].