GET
/
api
/
v1
/
accounts
/
{account_id}
/
custom_filters
/
{custom_filter_id}
curl --request GET \
  --url https://app.chatwoot.com/api/v1/accounts/{account_id}/custom_filters/{custom_filter_id}
{
  "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

custom_filter_id
integer
required

The numeric ID of the custom filter

Response

200
application/json
Success

The response is of type object.