List where assets are used

I’m trying to write a GraphQL-query witch returns all articles (allArticles) where a specific image or video is used. I know that this can be found in “Asset details”, but I need to do the same from GraphQL.
I need this becasue I want to replace images and videos when we dont have license to use then any longer.

Hey @lasse.norgreen,

Welcome to the forum! I don’t believe this is currently possible in GraphQL, unfortunately, so let’s leave the request up.

In the meantime, you can at least get this information using the CMA (our REST API): Referenced records — Upload — Content Management API

This solved my problem :grin: