curl --location --request GET 'https://api.flashcat.cloud/api/n9e/event-pipelines' \
--header 'X-User-Token: <api-key>'
{
"dat": [
{
"name": "string",
"team_ids": [
0
],
"team_names": [
"string"
],
"description": "string",
"filter_enable": true,
"label_filters": [
{
"key": "string",
"func": "string",
"value": "string"
}
],
"attribute_filters": {
"key": "string",
"func": "string",
"value": "string"
},
"processors": [
{
"typ": "string",
"config": {}
}
]
}
],
"err": "string"
}