GET
/
api
/
v2
/
workflow-runs
/
current-task
Python
from samplehc import SampleHealthcare

client = SampleHealthcare(
    api_key="My API Key",
)
client.v2.workflow_runs.retrieve_current_task()

Response

200

Default Response