Skip to main content
POST
/
api
/
v2
/
workflows
/
{workflowSlug}
/
query
Python
from samplehc import SampleHealthcare

client = SampleHealthcare(
    api_key="My API Key",
)
response = client.v2.workflows.query(
    workflow_slug="workflowSlug",
    query="query",
)
print(response)
[
  {}
]

Path Parameters

workflowSlug
string
required

The slug of the workflow to query.

Body

application/json
query
string
required

The query to run on the workflow outputs.

Response

Default Response

{key}
any
I