List patch policy targets
GET/v1/organizations/:organization_id/patch-policy-targets
Retrieve a paginated list of patch policy targets for an organization. Supports pagination, sorting, and filtering via a JSON filter string. The patch policy targets define when and how patches are applied to Workspaces.
Request
Responses
- 200
- 400
- 401
- 429
- 500
Paginated list of patch policy targets successfully retrieved.
Bad Request. Invalid pagination, sorting, or filters.
Unauthorized: user does not have access to the organization, or the organization does not exist
Too Many Requests
Internal Server Error