GET /api/v1/stigs
List available STIG benchmarks with summary metadata and pagination.
Query Parameters
search: optional case-insensitive filter on title or slugpage: optional page number, minimum1, default1limit: optional page size, minimum1, maximum150, default100
Example
Response Summary
The response includes:
stigs: an array of benchmark summariespagination: page, limit, total, and totalPages
Use the generated API Reference for the exact response schema.