New Frame.io API does not provide a way to retrieve assets associated with a shared link

Hi everyone,

Short summary: It seems the new Frame.io API does not provide a way to retrieve assets associated with a shared link.

We’ve run into a blocker while integrating with the new Frame.io API. From what we can see:

  • We can fetch shared links via the API

  • We can fetch assets independently

  • We can fetch comments for specific assets

However, there is no way to determine which assets belong to a given shared link.

Because of this, we’re unable to retrieve comments for assets that were accessed via shared links, since we can’t resolve the asset list behind a link.

Frame.io support confirmed that (as of Jan 2026) this functionality is not available, but suggested checking here in case there’s:

  1. A workaround we might be missing

  2. An undocumented endpoint or approach

  3. Any updates or roadmap plans for this

Has anyone solved this or found a reliable workaround?

Thanks in advance :folded_hands:

1 Like

hi @maria listing assets in shares isn’t available just yet, it is on the roadmap to complete.

Hi @CharlieAnderson!
Any update on this? Our account is scheduled for v4 on June 1st.

We have a custom integration in place that uses the
https://api.frame.io/v2/review_links/{review_link_id}/items
endpoint.

I would love to know if we need to start working on implementing a workaround or if the data will be available in v4 by then.

Thanks!

Jannik

hi @jannikr our whole team is at NAB this week, will get back to you next week once we have time to connect internally about this. AFAIK it is intended to be ready before June 1st, but will have to confirm when.

1 Like

Checking in here - how are we doing on feature parity for shares between v2 and v4 API?

@nhe List Shares Asset end point is live and experimental. Below is the link to the documentation.

List share assets | Frame.io API Documentation