# ai_index_orgs_users_resource_data_scrapped_retrieve Retrieve detailed information about a specific scraped resource. This endpoint returns the complete scraped data for a specific resource identified by its ID. Args: request: The HTTP request. org: Organization key identifier. user_id: The username of the user associated with the resource. resource_id: The ID of the resource to retrieve. Returns: Response: The complete scraped data for the specified resource. Raises: NotFound: If the specified resource data does not exist. Endpoint: GET /api/ai-index/orgs/{org}/users/{user_id}/resource/{resource_id}/data/scrapped/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `org` (string, required) - `resource_id` (string, required) - `user_id` (string, required) ## Response 200 fields (application/json): - `id` (integer, required) - `status` (any,null) - `date_created` (string,null, required) - `last_modified` (string,null, required) - `resource` (integer, required) - `content` (string,null) - `content_type` (string,null) - `extra_data` (any,null)