-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Abraham Valenzuela edited this page Feb 9, 2024
·
1 revision
Welcome to the hass_radarr_actions wiki!
You can run the following on the command line. It will return an array of your radarr movies with several values, like "qualityProfileId", just copy the integer value of a movie that has the profile you use.
curl -X GET "http://localhost:7878/api/v3/movie" -H "accept: application/json" -H "Content-type:application/json" -H "X-Api-Key: API_KEY"
Make sure to replace the host with your IP and API_KEY