d779de93a5ee
latestOpenAPI 3.0.42026-08-13351856967.1 KBBenchmark
HuggingFaceSync
Queries the benchmark's HuggingFace sync attempts (empty when it has never been synced).
get/benchmark/{benchmarkId}/huggingface-sync/attempts
Path parameters
benchmarkIdstring required
The id of the benchmark whose sync attempts to return.
Query parameters
pageinteger
The 1-based page index.
page_sizeinteger
The number of items per page.
sortstring[]
Sort fields. Prefix with - for descending order (e.g. -created_at).
Filter by id.
Filter by status.
Filter by outcome.
Filter by repo_id.
Filter by triggered_by.
Filter by created_at.
Filter by completed_at.
logic'and' | 'or'
How to combine the field filters: "and" (default) requires every filter to match, "or" requires any of them to match.
Response
OK