Skip to main content
PATCH
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

mission_id
string<uuid>
required

Unique identifier of the mission.

run_id
string<uuid>
required

Unique identifier of the run.

Body

application/json
status
enum<string>
Available options:
pending,
running,
paused,
succeeded,
failed,
cancelled
result_summary
string
result_payload
Result Payload · object
error
string
metadata
Metadata · object

Response

Successful Response

data
MissionRunData · object
required