Skip to main content

Retrieving Assets/Files via API

  • January 22, 2020
  • 3 replies
  • 7136 views

Hello,

During the integration of files in monday, I’ve stumbled upon the mystery of downloading files via the API or, in general a GET request.

While getting the x.monday/protected_static/xxx/resources and so on is retrievable from the row and column, I’ve found no possibility to actually GET the file in any shape.

I will only get the 401 with the actual API key.

Is there any other way one is able to access the file?

Sebastian H.

This topic has been closed for replies.

3 replies

  • New Participant
  • January 24, 2020

  • New Participant
  • February 7, 2020

It would be great to get someone from Monday to weigh in on this one. The other thread seems to have gone a little stale and also suggests that this feature would be live by now, but it’s not documented.


dipro
Forum|alt.badge.img
  • Leader
  • July 16, 2020

The GraphQL API allows you to make GET requests to retrieve data (queries) but it’s not recommended.

If you make a POST request to our API, you can access assets in your monday.com account. You can even generate a temporary link to your asset (valid for 1 hour).

Check out this section for more information: Assets