# GET Actions API endpoint

The Shopwaive Development team has released a new API endpoint to complement the existing endpoints of the [Action API](https://api.shopwaive.com/reference/rest-api-documentation/action-api). Now, developers can search actions by including any combination of query key value pairs `id`,`email`,`created_at_min`, or `created_at_max` appended to the /api/actions request. A maximum of 250 records per request are returned in the response body. [Learn more](https://api.shopwaive.com/reference/rest-api-documentation/action-api#get-actions-endpoint)


---

# 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://changelog.shopwaive.com/posts/quickstart-3.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.
