Activity Log API - Archived Items Event

Hi,

The activity log api is not returning archive Items events.

Below is the query:

query($boardId:[ID!], **
$groupIds: [String], **
$limit: Int,
$page: Int, **
$from: ISO8601DateTime, **
$to: ISO8601DateTime) {
** boards (ids: $boardId) {

** activity_logs(group_ids: $groupIds, **
** from: $from, **
** to: $to, **
** limit: $limit, **
** page: $page) {

** event

** data

** created_at**
** }**
** }**
** }**

Some assistance would be highly appreciated.

Hello there @WandileNxu,

I just checked this and the activity log is retrieving those events for me:

If it is not retrieving them for you, please fill this form adding as much information as possible to it (such as account ID, board IDs, item IDs, timestamps, etc.) so that our team can take a look into it!

Hi Matias,

I can get archive items events now. I removed the groupIds argument from the query, the resulting payload doesn’t contain group_id that’s why it wasn’t pulling the events for archive. Same goes for the delete_pulse event

Hello again @WandileNxu,

Ohh you were specifying a group ID and the change happened in a different group (that was not part of the array of group IDs)?

That would explain it!