GET
/
v1
/
graphs
/
{graph_id}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

graph_id
string
required

The unique identifier of the graph.

Response

200 - application/json
created_at
string
required

The timestamp when the graph was created.

file_status
object
required
id
string
required

A unique identifier of the graph.

name
string
required

The name of the graph.

type
enum<string>
required

The type of graph, either manual (files are uploaded via UI or API) or connector (files are uploaded via a connector).

Available options:
manual,
connector
description
string

A description of the graph.