AgentBots
Inbox API
Conversations API
Contact Labels
CSAT Survey Page
Account AgentBots
Agents
Canned Responses
Canned Response
Custom Attributes
Contacts
Automation Rule
Help Center
Conversations
Conversation Assignment
Conversation Labels
Inboxes
Integrations
Profile
Teams
Custom Filters
Custom Filters
List all custom filters
Custom Filters
List all custom filters
List all custom filters in a category of a user
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
The numeric ID of the account
Query Parameters
The type of custom filter
Available options:
conversation
, contact
, report
Response
200
application/json
Success
Array of 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"
}
]