POST
/
api
/
v2
/
async-results
/
sleep
Python
from samplehc import SampleHealthcare

client = SampleHealthcare(
    api_key="My API Key",
)
response = client.v2.async_results.sleep(
    delay=1,
)
print(response.async_result_id)
{
  "asyncResultId": "<string>"
}

Body

application/json

Response

202 - application/json

Default Response

The response is of type object.