APIReference

Runs API

Generated OpenAPI reference for the Runs API surface.

Overview

Runs endpoints are part of the public Everyn API. Managed run creation, start/cancel/retry, rows, events, outputs, failures, and resolved retry-lineage results.

Endpoints

The generated OpenAPI component below contains request parameters, request bodies, response bodies, status codes, and schemas for this tag.

Endpoint summary for quick scanning before using the generated reference:

Failures use the PublicErrorEnvelope shape with an X-Request-Id header. Most endpoints below return 400, 401, 403, 404, 409, 422, 429; the few that differ list their own statuses in the table, which otherwise shows only success responses. See API errors for the envelope and recovery patterns.

MethodPathSummaryRequest bodySuccess response
GET/v1/runsList RunsNone.200 application/json: Page_RunResponse_
POST/v1/runsCreate Runapplication/json: RunCreateRequestBody201 application/json: RunResponse
GET/v1/runs/{run_id}Get RunNone.200 application/json: RunResponse
POST/v1/runs/{run_id}/cancelCancel RunNone.200 application/json: RunResponse
GET/v1/runs/{run_id}/eventsList Run EventsNone.200 application/json: Page_RunEventResponse_
GET/v1/runs/{run_id}/failuresList Run FailuresNone.200 application/json: Page_FailureResponse_
GET/v1/runs/{run_id}/failures/{run_row_id}Get Run FailureNone.200 application/json: FailureResponse
GET/v1/runs/{run_id}/outputsList Run OutputsNone.200 application/json: Page_OutputListItemResponse_
GET/v1/runs/{run_id}/outputs/{output_id}Get Run OutputNone.200 application/json: OutputDetailResponse
GET/v1/runs/{run_id}/resolved-resultsGet Resolved Run ResultsNone.200 application/json: ResolvedResultsResponse
POST/v1/runs/{run_id}/resumeResume RunNone.200 application/json: RunResponse
POST/v1/runs/{run_id}/retryCreate Retry RunNone.201 application/json: RunResponse
GET/v1/runs/{run_id}/rowsList Run RowsNone.200 application/json: Page_RunRowResponse_
GET/v1/runs/{run_id}/rows/{run_row_id}Get Run RowNone.200 application/json: RunRowDetailResponse
POST/v1/runs/{run_id}/startStart RunNone.200 application/json: RunResponse

Loading API reference...