Accessing archived Items in a board via monday API

Any news on this?

Hello there @Ramalho,

As of today, the only way of retrieving data from an archived item is by passing the item’s ID in your query. For example:

{
  items(ids:1234567890){
    name
  }
}