Event Center
Query Events
Query Facets
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
POST /v2/event-center HTTP/1.1
Host: api.firefly.ai
Content-Type: application/json
Accept: */*
Content-Length: 245
{
"query": {
"searchText": "text",
"startTime": "2026-02-10T21:05:09.462Z",
"endTime": "2026-02-10T21:05:09.462Z",
"filters": [
{
"key": "integrationId",
"values": [
"text"
]
}
]
},
"facets": [
{
"field": "integrationId",
"size": 10
}
],
"size": 50,
"continuationToken": "text"
}{
"events": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"account_id": "text",
"integration_id": "text",
"event_timestamp": "2026-02-10T21:05:09.462Z",
"event_type": "guardrails_violation",
"provider_type": "text",
"asset_id": "text",
"asset_type": "text",
"event": {
"mutation_id": "text",
"mutation_type": "create",
"attributes": [
{
"key": "text",
"value": "text"
}
]
}
}
],
"facets": [
{
"field": "integrationId",
"size": 1,
"values": [
{
"value": "text",
"count": 1
}
]
}
]
}POST /v2/event-center/facets HTTP/1.1
Host: api.firefly.ai
Content-Type: application/json
Accept: */*
Content-Length: 146
{
"query": {
"startTime": "2026-02-10T21:05:09.462Z",
"endTime": "2026-02-10T21:05:09.462Z"
},
"fieldSearchText": "text",
"field": "integrationId",
"size": 10
}[
{
"field": "integrationId",
"size": 1,
"values": [
{
"value": "text",
"count": 1
}
]
}
]