Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.discovr.media/llms.txt

Use this file to discover all available pages before exploring further.

Returns the ID of the currently selected profile, or null if no profile is active.

Returns

string \| null / String? / String? — The active profile ID, or null if none.

Example

const profileId = client.getActiveProfileId();
console.log("Active profile:", profileId);