Skip to main content
POST
Complete Trajectory Route

Authorizations

Authorization
string
header
required

Short-lived token scoped to one rollout trajectory

Path Parameters

trajectory_id
string
required

Body

application/json
termination_reason
enum<string>
default:ENV_DONE

Why the harness finished. ENV_DONE is successful completion.

Available options:
TIMEOUT,
ENV_DONE,
GOLDEN_PATCH,
MAX_STEPS,
TRUNCATION,
LIMIT_REACHED,
STALE,
ERROR,
MISSING_SUBMIT

Response

Successful Response

trajectory_id
string
required
status
string
required

Terminal trajectory status after completion.