logo
Workflow Runs

Get a workflow run

get
https://api.workflows.tryleap.ai/v1/runs/{workflow_run_id}
This endpoint retrieves the details of a specific workflow run using its `workflow_run_id`.
Path
workflow_run_idstringrequired
The ID of the workflow run to retrieve.

Responses

Authorization
Request
Installation
$
npm install @leap-ai/workflows
1
Loading...