# ai_mentor_orgs_trigger_retrieve Retrieve details of a specific trigger. Args: request: The HTTP request. org: The organization/tenant identifier. slug: The unique slug identifier of the trigger. Returns: Response: The details of the specified trigger. Raises: Http404: If the specified trigger does not exist. Endpoint: GET /api/ai-mentor/orgs/{org}/trigger/{slug}/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `org` (string, required) - `slug` (string, required) ## Response 200 fields (application/json): - `slug` (string, required) - `template` (string,null, required) - `platform` (string,null, required) - `parameters` (any,null, required)