client.benchmarks.
client.benchmarks.fetch
Fetch detailed state for one hosted run.
Signature
required · UUID
SingleBenchmarkResponse
For examples, see the Python SDK guide.
client.benchmarks.statuses
Fetch lightweight status and task counts for several runs.
Signature
required · Sequence[UUID]
BenchmarkStatusResponse
For examples, see the Python SDK guide.
client.benchmarks.tasks
Fetch a filtered and paginated page of tasks for one run.
Signature
required · UUID
optional ·
FetchTasksRequest | None · default: TasksResponse
For examples, see the Python SDK guide.
client.benchmarks.task
Fetch detailed state and evaluation output for one task.
Signature
required · UUID
required · str
SingleTaskResponse
For examples, see the Python SDK guide.
client.benchmarks.artifacts
Fetch temporary output and log links for one task.
Signature
required · UUID
required · str
TaskArtifactsResponse
For examples, see the Python SDK guide.