Sign up and get started with Confidence today! Create your account
Sign up and get started with Confidence today! Create your account
List exposure tables. The exposure tables are returned in no particular order.
curl --request GET \
--url https://metrics.eu.confidence.dev/v1/exposureTables \
--header 'Authorization: Bearer <token>'{
"exposureTables": [
{
"sql": "<string>",
"displayName": "<string>",
"entity": "<string>",
"firstExposureTimeColumn": {
"name": "<string>",
"type": "COLUMN_TYPE_UNSPECIFIED",
"repeated": true
},
"entityIdColumn": {
"name": "<string>",
"type": "COLUMN_TYPE_UNSPECIFIED",
"repeated": true
},
"groupNameColumn": {
"name": "<string>",
"type": "COLUMN_TYPE_UNSPECIFIED",
"repeated": true
},
"state": "TABLE_STATE_UNSPECIFIED",
"schemaValidationJob": "<string>",
"createTime": {},
"updateTime": {},
"creator": "<string>",
"updater": "<string>",
"name": "<string>",
"exposureDataDeliveredUntilTime": {},
"exposedEntitiesMetric": "<string>",
"firstExposureTruncation": {
"window": "TRUNCATION_WINDOW_UNSPECIFIED",
"behaviour": "TRUNCATION_BEHAVIOR_UNSPECIFIED",
"timeZone": "TRUNCATION_TIME_ZONE_UNSPECIFIED"
},
"exposureFilterColumn": {
"name": "<string>",
"type": "COLUMN_TYPE_UNSPECIFIED",
"repeated": true
},
"dimensions": [
{
"name": "<string>",
"type": "COLUMN_TYPE_UNSPECIFIED",
"repeated": true
}
],
"error": {
"message": "<string>",
"details": [
"<string>"
]
},
"labels": [
{}
],
"owner": "<string>",
"scheduledExposureCalculation": "<string>",
"exposureCalculation": "<string>",
"deleteTime": {},
"systemCreated": true
}
],
"nextPageToken": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://confidence.spotify.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The maximum number of exposure tables to fetch.
Token used for pagination.
Filtering for exposure tables, follows the lucene query string format for example 'name: "exposureTables/abc"', see ExposureTable type for available fields.
If deleted exposure tables should be included.
OK
ExposureTable: List of matching exposure tables.
Show child attributes
Token to fetch the next page, empty if no more pages.
Was this page helpful?
curl --request GET \
--url https://metrics.eu.confidence.dev/v1/exposureTables \
--header 'Authorization: Bearer <token>'{
"exposureTables": [
{
"sql": "<string>",
"displayName": "<string>",
"entity": "<string>",
"firstExposureTimeColumn": {
"name": "<string>",
"type": "COLUMN_TYPE_UNSPECIFIED",
"repeated": true
},
"entityIdColumn": {
"name": "<string>",
"type": "COLUMN_TYPE_UNSPECIFIED",
"repeated": true
},
"groupNameColumn": {
"name": "<string>",
"type": "COLUMN_TYPE_UNSPECIFIED",
"repeated": true
},
"state": "TABLE_STATE_UNSPECIFIED",
"schemaValidationJob": "<string>",
"createTime": {},
"updateTime": {},
"creator": "<string>",
"updater": "<string>",
"name": "<string>",
"exposureDataDeliveredUntilTime": {},
"exposedEntitiesMetric": "<string>",
"firstExposureTruncation": {
"window": "TRUNCATION_WINDOW_UNSPECIFIED",
"behaviour": "TRUNCATION_BEHAVIOR_UNSPECIFIED",
"timeZone": "TRUNCATION_TIME_ZONE_UNSPECIFIED"
},
"exposureFilterColumn": {
"name": "<string>",
"type": "COLUMN_TYPE_UNSPECIFIED",
"repeated": true
},
"dimensions": [
{
"name": "<string>",
"type": "COLUMN_TYPE_UNSPECIFIED",
"repeated": true
}
],
"error": {
"message": "<string>",
"details": [
"<string>"
]
},
"labels": [
{}
],
"owner": "<string>",
"scheduledExposureCalculation": "<string>",
"exposureCalculation": "<string>",
"deleteTime": {},
"systemCreated": true
}
],
"nextPageToken": "<string>"
}