Skip to main content

Activity Log API - Archived Items Event

  • November 20, 2024
  • 3 replies
  • 22 views

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.

3 replies

Matias.Monday
Forum|alt.badge.img
  • monday.com Team Member
  • November 21, 2024

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!


  • Author
  • New Participant
  • November 25, 2024

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


Matias.Monday
Forum|alt.badge.img
  • monday.com Team Member
  • November 25, 2024

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!