Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Hiloop API key sent as an HTTP Bearer token.

Path Parameters

id
string
required

The run to complete.

Body

application/json
id
string

The run to complete.

status
string

The terminal status to record: succeeded, failed, or canceled.

Response

OK

run
object

The completed run, with its terminal status and end time stamped.