d779de93a5ee
latestOpenAPI 3.0.42026-08-13351856967.1 KBSample
Returns the paged samples of a benchmark filtered by an identifier.
Identifiers are free-form text and must be percent-encoded into the path. Slashes have to be sent as %2F; they are decoded back to / before the identifier is matched.
get/benchmark/{benchmarkId}/samples/{identifier}
Path parameters
benchmarkIdstring required
The id of the benchmark to query.
identifierstring required
The identifier to filter all samples for.
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 participant_id.
Filter by created_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