GET
/
graph
/
workflow
/
{workflow_id}
/
status
JavaScript
import Morphik from 'morphik';

const client = new Morphik({
  apiKey: 'My API Key',
});

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

console.log(response);
{}

Headers

authorization
string

Path Parameters

workflow_id
string
required

Query Parameters

run_id
string | null

Response

200
application/json

Successful Response

The response is of type object.