# ai_prompt_orgs_users_metadata_retrieve Retrieve metadata for a prompt. Args: request: The HTTP request. org: The organization/tenant identifier. user_id: The ID of the user making the request. Returns: Response: The prompt metadata. Raises: NotFound: If no metadata exists for the specific prompt Endpoint: GET /api/ai-prompt/orgs/{org}/users/{user_id}/metadata Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `org` (string, required) - `user_id` (string, required) ## Response 200 fields (application/json): - `metadata` (any, required) - `prompt` (string) - `prompt_id` (integer)