d779de93a5ee

latestOpenAPI 3.0.42026-08-13351856967.1 KB
Benchmark
HuggingFaceSync

Returns the HuggingFace sync status of the benchmark.

All fields are null when the benchmark has never been synced.

get/benchmark/{benchmarkId}/huggingface-sync

Path parameters

benchmarkIdstring required

The id of the benchmark whose sync status to return.

Response

OK

status'NeverSynced' | 'Exporting' | 'Uploading' | 'Completed' | 'Failed' required
outcome'CreatedPrivate' | 'UpdatedPrivate' | 'OpenedPullRequest' | 'Failed' | 'null' nullable

Outcome of the last completed attempt, or null when none has completed.

repoIdstring nullable

The target HuggingFace repo id (e.g. Rapidata/svg-benchmark), or null.

repoUrlstring nullable

URL of the HuggingFace repo, or null when not yet known.

prUrlstring nullable

URL of the review pull request opened by the last attempt, or null.

lastSyncedAtstring date-time nullable

When the benchmark was last successfully synced, or null.

lastErrorstring nullable

The error from the last failed attempt, or null.