v1
latestOpenAPI 3.0.42026-08-04342835917.6 KBSample
Queries all samples of a participant.
get/participant/{participantId}/samples
Path parameters
participantIdstring required
The id of the participant to query samples for.
Query parameters
fillMissingboolean
Whether to fill missing samples with placeholders.
tagsstring[]
The tags to filter the samples by; a sample matches when any of its prompt tags is in this list.
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 identifier.
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