> For the complete documentation index, see [llms.txt](https://docs.bird.com/applications/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bird.com/applications/automation/flows/concepts/actions/bird-api-actions/engagements-actions-or-api.md).

# Engagements actions | API

The MessageBird Engagements API allows for the management of customer data, including contact lists and conversations. This includes creating and updating contacts, assigning tags, retrieving contact and message data, and deleting data.

### Fetch a single entity

This action fetches a single entity with a given ID.

### Get audience

This action retrieves a specific workspace audience based on a given audience ID.

### List entity events for given entity of type :entityType

This action retrieves a list of events for a given entity type and entity ID.

### Search entity events for entities of type :entityType

This action searches for events associated with entities of a given entity type.

### Search entity of type :entityType

This action searches for entities of a given type.

### Search entities of type :entityType

This action searches for entities of a given type and returns a list of matching entities.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bird.com/applications/automation/flows/concepts/actions/bird-api-actions/engagements-actions-or-api.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
