v1

latestOpenAPI 3.0.02026-07-241220330.3 KB
Investigations

Get Investigation filters

Returns all the currently used filters in all investigations

get/investigations/filters

Response

Success

Example response

{
  "filters": {
    "archived": [
      true
    ],
    "assigned_agents": [
      {
        "token": "unassigned",
        "first_name": "Unassigned"
      }
    ],
    "program_names": [
      "program_name"
    ],
    "statuses": [
      "alert_review"
    ],
    "types": [
      "Fraud"
    ]
  }
}