List platform-custody retention holds
Lists a bounded set of holds transferred to platform legal custody during organization closure.
Lists a bounded set of holds transferred to platform legal custody during organization closure.
__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
50holdingOrganizationId?string
Length
1 <= length <= 200Response Body
application/json
curl -X GET "https://example.com/admin/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 platform billing commands requiring or retaining review GET
Lists the bounded platform billing review queue and its immutable normalized resolution evidence. Platform admin access required.
List duplicate subscription compensations GET
List recent unexpected Stripe Checkout completions and their cancellation/refund state. Platform admin access required.