GET /crm/tasks
Retrieve a paginated list of CRM tasks with optional filtering by task type, status, date range, assignee, and linked entities (contacts, deals, companies). Results are sorted by creation date in descending order by default, with a default limit of 50 tasks per page.
Servers
- https://api.brevo.com/v3
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
filter[type] |
String | No |
Filter by task type (ID) |
filter[status] |
String | No |
Filter by task status Valid values:
|
sortBy |
String | No |
The field used to sort field names. |
filter[assignTo] |
String | No |
Filter by the "assignTo" ID. You can utilize account emails for the "assignTo" attribute. |
sort |
String | No |
Sort the results in the ascending/descending order. Default order is descending by creation if Valid values:
|
filter[companies] |
String | No |
Filter by companies ids |
filter[contacts] |
String | No |
Filter by contact ids |
filter[date] |
String | No |
Filter by date Valid values:
|
dateTo |
Integer | No |
dateTo to date range filter type (timestamp in milliseconds) |
limit |
Integer | No |
Number of documents per page Default value: 50 |
dateFrom |
Integer | No |
dateFrom to date range filter type (timestamp in milliseconds) |
filter[deals] |
String | No |
Filter by deals ids |
offset |
Integer | No |
Index of the first document of the page |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.