# Event Center

The Event Center API allows you to query events and facets from Firefly's event tracking system. Events include mutations, guardrail violations, IaC status changes, governance violations, and ClickOps activities.

## Query Events

{% openapi src="/files/2jyDJjQ2eSbB9q2Z7BJE" path="/event-center" method="post" %}
[event-center.yaml](https://292727710-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkD89Ravlokn4JL0Be27O%2Fuploads%2Fgit-blob-098fee3b959bae1c57a651e843a427f2462117ac%2Fevent-center.yaml?alt=media)
{% endopenapi %}

## Query Facets

{% openapi src="/files/2jyDJjQ2eSbB9q2Z7BJE" path="/event-center/facets" method="post" %}
[event-center.yaml](https://292727710-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkD89Ravlokn4JL0Be27O%2Fuploads%2Fgit-blob-098fee3b959bae1c57a651e843a427f2462117ac%2Fevent-center.yaml?alt=media)
{% endopenapi %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.firefly.ai/general-information/api/event-center.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
