List retention holds
Lists a bounded set of immutable retention-hold evidence placed by the active organization.
Lists a bounded set of immutable retention-hold evidence placed by the active organization.
__Secure-guidelab-prod.session_token<token>
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Query Parameters
status?string
Default
"live"Value in
- "live"
- "released"
- "all"
limit?integer
Range
1 <= value <= 100Default
50Response Body
application/json
curl -X GET "https://example.com/organization/retention-holds"{ "holds": [ { "id": "string", "holdingOrganizationId": "string", "matterKey": "string", "operation": "all", "reason": "string", "scope": { "kind": "organization", "id": "string" }, "placedAt": "2019-08-24T14:15:22Z", "placedBy": "string", "releasedAt": "2019-08-24T14:15:22Z", "releasedBy": "string", "reviewDueAt": "2019-08-24T14:15:22Z", "platformCustodyAt": "2019-08-24T14:15:22Z" } ]}Empty
Empty
Empty
List members of an organization GET
Retrieve members of an organization. Accessible to the org itself or active partner organizations. Supports search and role filtering. Available to both labs and clinics.
List organizations by type GET
List all organizations of a given type (lab or clinic). Platform admin access required.