GET
/
api
/
v1
/
accounts
/
{account_id}
/
custom_filters
curl --request GET \
  --url https://app.chatwoot.com/api/v1/accounts/{account_id}/custom_filters
[
  {
    "id": 123,
    "name": "<string>",
    "type": "conversation",
    "query": {},
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  }
]

Path Parameters

account_id
integer
required

The numeric ID of the account

Query Parameters

filter_type
enum<string>

The type of custom filter

Available options:
conversation,
contact,
report

Response

200
application/json
Success

Array of custom filters