Skip to main content
The Bevor SDK is coming soon. This page previews its planned Python interface.
Access this resource from client.remediations. Both async and sync clients expose the same methods.

list

GET /security/remediations
Returns: Pagination[RemediationSchema]

get

GET /security/remediations/{remediation_id}
Returns: RemediationSchema