Stop Recording
Last updated
Was this helpful?
POST /api/v1/record/{policyId}/recording/stop
Stops the active recording session for a policy and returns the captured recording as a ZIP file.
Authentication: Bearer token required (Authorization: Bearer <token>)
Permission: Permissions.POLICIES_RECORD_ALL
policyId
string
Yes
The ID of the policy whose recording is being stopped
{}options
object
No
Optional stop configuration options
Status: 202 Accepted
Returns the completed recording packaged as a binary ZIP file.
401 Unauthorized
Missing or invalid token
403 Forbidden
Insufficient permissions
500 Internal Server Error
Unexpected server failure
Last updated
Was this helpful?
Was this helpful?
Content-Disposition: attachment; filename=<timestamp>
Content-Type: application/zip
<binary zip content>