Skip to content

Compute pass@k / success@T metrics

GET
/api/v1/analysis
curl --request GET \
--url 'https://example.com/api/v1/analysis?projectId=00000000-0000-0000-0000-000000000000'

Aggregates pass@k / success@T metrics over a single project’s done runs. Requires ?projectId=.

worker
string
taskPromptId
string
criteria
string
features
string
submissionId
string
k
string
projectId
required

Project scope. Required on scoped list and root-create operations; requests without a resolvable project are rejected with 400. There is no default project.

string
>= 1 characters
Example
00000000-0000-0000-0000-000000000000

Project scope. Required on scoped list and root-create operations; requests without a resolvable project are rejected with 400. There is no default project.

Success

Media type application/json

Analysis metrics

object
key
additional properties
Example generated
{
"additionalProperty": "example"
}