Search IncidentsAsk AIpost https://{hostname}/api/incident/v1/incidents/searchUse this API to search for incidents by key terms and filters.Query Paramspageintegerβ₯ 0Defaults to 0Page number (0-based index)sizeinteger1 to 2000Defaults to 20Number of records per pagesortstringenumSort criteria in the format: property,(asc|desc)createdDt,desccreatedDate,asccreatedDate,descname,ascname,descAllowed:createdDate,asccreatedDate,descname,ascname,descBody Paramsfiltersobjectfilters, which is a map of the field name and the value. Can filter on Incident Id, assignee Id, type Id, organization group Id, number, created By, is extended, is deletedfilters objectfullTextstringfull text search term. Can search on Incident name, description, type name, assignee name, organization group name, root cause, creator and stage nameResponses 200OK 400Bad Request 401Unauthorized 403Forbidden 429Too Many Requests. For more information, see API Rate Limits. 500Internal Server ErrorUpdated 4 months ago