Skip to main content
GET
/
graph
/
{name}
/
status
JavaScript
import Morphik from 'morphik';

const client = new Morphik({
  apiKey: process.env['MORPHIK_API_KEY'], // This is the default and can be omitted
});

const response = await client.graph.status('name');

console.log(response);
{}

Headers

authorization
string

Path Parameters

name
string
required

Query Parameters

folder_name
folder_depth
integer | null

Folder scope depth: 0/None exact, -1 all descendants, n>0 include descendants up to n levels.

end_user_id
string | null

Response

Successful Response

The response is of type Response Get Graph Status Graph Name Status Get · object.