Get the most recent profiling data for a column by its fully qualified name.
Args: fqn: Fully qualified name of the column. ctx: Request context for authentication. profile_service: Profile service instance.
Returns: Latest column profile data.
Raises: HTTPException: 404 if no profile found for the column.
Documentation Index
Fetch the complete documentation index at: https://docs.emergence.ai/llms.txt
Use this file to discover all available pages before exploring further.
JWT Bearer token authentication. Include the token in the Authorization header as: Authorization: Bearer <token>. The JWT must contain valid client_id, and project_id claims for tenant isolation and SDK routing.
Fully qualified name of the column (e.g., service.database.schema.table.column)
1Successful Response
Response model for the latest column profile.
Profile UUID
Fully qualified column name
Data service name
Asset version
ISO 8601 timestamp when profile was captured
Workflow run that produced this profile
Database name
Schema name of the column
Table name
Column name
Total values count
Non-null values count
Duplicate values count
Null values count
Proportion of null values (0.0-1.0)
Distinct values count
Minimum value (as string)
Maximum value (as string)
Mean value
Median value
Standard deviation
Value distribution histogram