post https://{hostname}/api/incident/v1/incidents/search
Use this API to search for incidents by key terms and filters.
Responses
400Bad Request
401Unauthorized
403Forbidden
500Internal Server Error
🚧 API Specification Update in Progress: We're migrating our APIs from Swagger 2.0 to OpenAPI 3.1.0. This upgrade brings improved compatibility, flexibility, and support for modern API standards. For more information, see OneTrust API Migration to OpenAPI 3.1.0.
Use this API to search for incidents by key terms and filters.
400Bad Request
401Unauthorized
403Forbidden
500Internal Server Error
xxxxxxxxxx
curl --request POST \
--url 'https://hostname/api/incident/v1/incidents/search?page=0&size=20' \
--header 'accept: application/json' \
--header 'content-type: application/json'