streamdeck_read_page
Read a specific page from an Elgato Stream Deck profile using its name, ID, page index, or directory ID to retrieve button and layout details.
Instructions
Read a profile page by profile name or ID and page index or directory ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile_name | No | Exact profile name as shown in the Elgato app. | |
| profile_id | No | Directory-based profile ID, usually the .sdProfile folder name without the suffix. | |
| page_index | No | Zero-based page index from streamdeck_read_profiles. Accepts int or a string form. | |
| directory_id | No | Page directory ID from streamdeck_read_profiles. This is the safest target for updates. |