Conformance runs
Get a persisted conformance run
Status, outcome, and score are three different answers. A run whose projectId is not the path's is 404. Per-suite profileId / pending are present when the backend has stored them.
get/projects/{projectId}/conformance-runs/{runId}
Path parameters
projectIdstring required
ID of the hosted project that contains the server.
runIdstring required
Eval run ID, as returned by POST /eval-runs.
Response
The run row.
object required
Changes
Changed in 1 of the 71 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○