API End Devices GET Requests Field Masks

I have been combing though this documentation Fields and Field Masks | The Things Stack for LoRaWAN to find possible field marks for API get request but I see only three. Are the field marks limited to only this 3 ( name,description,locations).

Are the other GET Request field marks for AppKey for example?

Any help is appreciated!!!

you got the list of fields here End Device APIs | The Things Stack for LoRaWAN at the beginning of the section, and BTW am looking for a mean to retreive the tags list but dont find any!!

as today the fields list is

ids (with subfields)

  • name

  • description

  • attributes

  • version_ids (with subfields)

  • network_server_address

  • application_server_address

  • join_server_address (only for OTAA devices)

  • service_profile_id

  • locations

  • picture

example: GET https://{{ttn_cluster}}/api/v3/applications/{{ttn_application_id}}/devices/{{endDeviceId}}?field_mask=ids,name,description,attributes,version_ids,network_server_address,application_server_address,service_profile_id,locations

or listing all:
GET https://{{ttn_cluster}}/api/v3/applications/{{ttn_application_id}}/devices?field_mask=ids,name,description,attributes,version_ids,network_server_address,application_server_address,service_profile_id,locations&limit=5