Plex xml label not appear

Hi,
http://192.168.1.6:32400/library/sections/16/all?X-Plex-Token=XXXXXX
Why I don’t see “Label” in this xml ?
I want to list all movies from section where Label like “1”

If you are talking about collections here, they look like:

<Collection tag="Test"/>

And are located under the directory object, if set

I’m talking about Sharing > labels in edit movie

For a movie, when listing the movies within a section, you’ll need to lookup the ratingKey for each movie.

Then browse to: /library/metadata/<ratingkey>

It’ll be listed as:

<Label id="48491" tag="NameOfTheLabel"/>

/T`