List the partner's studies
Returns the studies the calling API key’s partner generated, newest first. Without parameters
this is the partner’s whole history; narrow it with externalUserId (the id the study was
tagged with via the X-Cubee-External-User header — how an integrating site shows one
end-user their own history) and/or a from/to date range (inclusive, on the
generation date). Results are always scoped to the calling partner, so a caller only ever sees
studies it created. Each item links to GET /api/v1/studies/{id}/pdf and carries the study’s
label, recipient, origin and end-user tag so a partner-wide list is tellable apart. Redacted
studies are included with redactedAt set — their personal fields are erased and
url is null (the stored PDF is deleted on redaction).
Query Parameters
Only studies tagged with this end-user id.
Only studies generated on this date or later.
Only studies generated on this date or earlier.
Page number for pagination (1-based).
Number of items per page (max 200).