Assets
REST API endpoints for the asset inventory.
Endpoints for querying assets discovered through scanner integrations and identity syncs.
GET
/api/v1/assets
Auth
List assets with pagination, filtering by asset type, environment, and criticality, and sorting.
GET
/api/v1/assets/{id}
Auth
Get a single asset by ID, including associated findings and criticality rating.
Full schemas
Refer to /api/v1/openapi.json on your Basirah instance for exact request/response schemas and
filter parameters.