Can't find the Nwkskey

Hello all,
I humbly write to get help, i am in dare need of help here.
I want to get Nwkskey, but it’s not clear to me where it is. I looked for it in redis, but there were so many keys I didn’t know which one.

GET “device:{ DevEUI}:ds” is may be what you are looking for.
But I think you should be using the API
// Get device keys
https://www.chirpstack.io/docs/chirpstack/api/api.html#getdevicekeysrequest
// Responce
https://www.chirpstack.io/docs/chirpstack/api/api.html#getdevicekeysresponse

1 Like

Thank you very much for the pointer, I’ll try to use the API to get Nwkskey next.