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);
{}
Check the status of a graph build/update workflow.
This endpoint polls the external graph API to check the status of an async operation.
Successful Response
The response is of type Response Check Workflow Status Graph Workflow Workflow Id Status Get · object.
Response Check Workflow Status Graph Workflow Workflow Id Status Get · object
Was this page helpful?