List Sources
Retrieves a list of all sources for the authenticated team
Response
Successfully retrieved sources
Example response
{
"data": [
{
"id": "507f1f77bcf86cd799439011",
"name": "Logs",
"section": "Billing",
"kind": "log",
"connection": "507f1f77bcf86cd799439012",
"from": {
"databaseName": "otel",
"tableName": "otel_logs"
},
"querySettings": [
{
"setting": "max_threads",
"value": "4"
}
],
"defaultTableSelectExpression": "Timestamp, ServiceName, SeverityText, Body",
"timestampValueExpression": "Timestamp",
"serviceNameExpression": "ServiceName",
"serviceVersionExpression": "ResourceAttributes['service.version']",
"severityTextExpression": "SeverityText",
"bodyExpression": "Body",
"eventAttributesExpression": "LogAttributes",
"resourceAttributesExpression": "ResourceAttributes",
"displayedTimestampValueExpression": "TimestampTime",
"metricSourceId": "507f1f77bcf86cd799439013",
"traceSourceId": "507f1f77bcf86cd799439014",
"traceIdExpression": "TraceId",
"spanIdExpression": "SpanId",
"implicitColumnExpression": "Body",
"knownColumnsListExpression": "Timestamp, Body, ServiceName",
"useTextIndexForImplicitColumn": "auto",
"highlightedTraceAttributeExpressions": [
{
"sqlExpression": "SpanAttributes['http.status_code']",
"luceneExpression": "http.status_code",
"alias": "HTTP Status Code"
}
],
"highlightedRowAttributeExpressions": [
{
"sqlExpression": "SpanAttributes['http.status_code']",
"luceneExpression": "http.status_code",
"alias": "HTTP Status Code"
}
],
"materializedViews": [
{
"databaseName": "otel",
"tableName": "otel_logs_mv_5m",
"dimensionColumns": "ServiceName, SeverityText",
"minGranularity": "5m",
"minDate": "2025-01-01T00:00:00Z",
"timestampColumn": "Timestamp",
"aggregatedColumns": [
{
"sourceColumn": "Duration",
"aggFn": "sum",
"mvColumn": "sum__Duration"
}
]
}
],
"metadataMaterializedViews": {
"keyRollupTable": "otel_logs_key_rollup_15m",
"kvRollupTable": "otel_logs_kv_rollup_15m",
"granularity": "15m"
}
}
]
}Changes
Changed in 9 of the 60 revisions of this API.63085
- ○
added the optional property
data/items/oneOf[LogSource]/serviceVersionExpressionto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/oneOf[TraceSource]/serviceVersionExpressionto the response with the200statusresponse-optional-property-added
- ○
- ▲
the response property
data/items/oneOf[LogSource]/idbecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/oneOf[MetricSource]/idbecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/oneOf[SessionSource]/idbecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/oneOf[TraceSource]/idbecame optional for the status200response-property-became-optional
- ▲
added
PromqlSourceto thedata/items/response propertyoneOflist for the response status200response-property-one-of-added
- ○
added the optional property
data/items/oneOf[LogSource]/disabledto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/oneOf[MetricSource]/disabledto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/oneOf[SessionSource]/disabledto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/oneOf[TraceSource]/disabledto the response with the200statusresponse-optional-property-added
- ○
the response property
data/items/oneOf[TraceSource]/defaultTableSelectExpressionbecame required for the status200response-property-became-required
- ○
added
promqldiscriminator mapping keys to thedata/items/response property for the response status200response-property-discriminator-mapping-added
- ○
removed the
12henum value from thedata/items/oneOf[LogSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
12henum value from thedata/items/oneOf[TraceSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
15menum value from thedata/items/oneOf[LogSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
15menum value from thedata/items/oneOf[TraceSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
15senum value from thedata/items/oneOf[LogSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
15senum value from thedata/items/oneOf[TraceSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
1denum value from thedata/items/oneOf[LogSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
1denum value from thedata/items/oneOf[TraceSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
1henum value from thedata/items/oneOf[LogSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
1henum value from thedata/items/oneOf[TraceSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
1menum value from thedata/items/oneOf[LogSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
1menum value from thedata/items/oneOf[TraceSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
1senum value from thedata/items/oneOf[LogSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
1senum value from thedata/items/oneOf[TraceSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
2denum value from thedata/items/oneOf[LogSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
2denum value from thedata/items/oneOf[TraceSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
2henum value from thedata/items/oneOf[LogSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
2henum value from thedata/items/oneOf[TraceSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
30denum value from thedata/items/oneOf[LogSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
30denum value from thedata/items/oneOf[TraceSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
30menum value from thedata/items/oneOf[LogSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
30menum value from thedata/items/oneOf[TraceSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
30senum value from thedata/items/oneOf[LogSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
30senum value from thedata/items/oneOf[TraceSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
5menum value from thedata/items/oneOf[LogSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
5menum value from thedata/items/oneOf[TraceSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
6henum value from thedata/items/oneOf[LogSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
6henum value from thedata/items/oneOf[TraceSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
7denum value from thedata/items/oneOf[LogSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
7denum value from thedata/items/oneOf[TraceSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
the
data/items/oneOf[LogSource]/materializedViews/items/minGranularityresponse's property pattern^\d+(s|m|h|d)$was added for the status200response-property-pattern-added
- ○
the
data/items/oneOf[TraceSource]/materializedViews/items/minGranularityresponse's property pattern^\d+(s|m|h|d)$was added for the status200response-property-pattern-added
- ○
the response required property
data/items/oneOf[LogSource]/idbecame read-only for the status200response-required-property-became-read-only
- ○
the response required property
data/items/oneOf[MetricSource]/idbecame read-only for the status200response-required-property-became-read-only
- ○
the response required property
data/items/oneOf[SessionSource]/idbecame read-only for the status200response-required-property-became-read-only
- ○
the response required property
data/items/oneOf[TraceSource]/idbecame read-only for the status200response-required-property-became-read-only
- ▲
- ○
added the optional property
data/items/oneOf[LogSource]/knownColumnsListExpressionto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/oneOf[TraceSource]/knownColumnsListExpressionto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
data/items/oneOf[LogSource]/sectionto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/oneOf[MetricSource]/sectionto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/oneOf[SessionSource]/sectionto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/oneOf[TraceSource]/sectionto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
data/items/oneOf[LogSource]/useTextIndexForImplicitColumnto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/oneOf[TraceSource]/useTextIndexForImplicitColumnto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
data/items/oneOf[LogSource]/metadataMaterializedViewsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/oneOf[TraceSource]/metadataMaterializedViewsto the response with the200statusresponse-optional-property-added
- ○
- ●
added the new
12henum value to thedata/items/oneOf[LogSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-added
- ●
added the new
12henum value to thedata/items/oneOf[TraceSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-added
- ●
added the new
15menum value to thedata/items/oneOf[LogSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-added
- ●
added the new
15menum value to thedata/items/oneOf[TraceSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-added
- ●
added the new
15senum value to thedata/items/oneOf[LogSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-added
- ●
added the new
15senum value to thedata/items/oneOf[TraceSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-added
- ●
added the new
1denum value to thedata/items/oneOf[LogSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-added
- ●
added the new
1denum value to thedata/items/oneOf[TraceSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-added
- ●
added the new
1henum value to thedata/items/oneOf[LogSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-added
- ●
added the new
1henum value to thedata/items/oneOf[TraceSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-added
- ●
added the new
1menum value to thedata/items/oneOf[LogSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-added
- ●
added the new
1menum value to thedata/items/oneOf[TraceSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-added
- ●
added the new
1senum value to thedata/items/oneOf[LogSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-added
- ●
added the new
1senum value to thedata/items/oneOf[TraceSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-added
- ●
added the new
2denum value to thedata/items/oneOf[LogSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-added
- ●
added the new
2denum value to thedata/items/oneOf[TraceSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-added
- ●
added the new
2henum value to thedata/items/oneOf[LogSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-added
- ●
added the new
2henum value to thedata/items/oneOf[TraceSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-added
- ●
added the new
30denum value to thedata/items/oneOf[LogSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-added
- ●
added the new
30denum value to thedata/items/oneOf[TraceSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-added
- ●
added the new
30menum value to thedata/items/oneOf[LogSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-added
- ●
added the new
30menum value to thedata/items/oneOf[TraceSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-added
- ●
added the new
30senum value to thedata/items/oneOf[LogSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-added
- ●
added the new
30senum value to thedata/items/oneOf[TraceSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-added
- ●
added the new
5menum value to thedata/items/oneOf[LogSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-added
- ●
added the new
5menum value to thedata/items/oneOf[TraceSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-added
- ●
added the new
6henum value to thedata/items/oneOf[LogSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-added
- ●
added the new
6henum value to thedata/items/oneOf[TraceSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-added
- ●
added the new
7denum value to thedata/items/oneOf[LogSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-added
- ●
added the new
7denum value to thedata/items/oneOf[TraceSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-added
- ○
removed the
1 dayenum value from thedata/items/oneOf[LogSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
1 dayenum value from thedata/items/oneOf[TraceSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
1 hourenum value from thedata/items/oneOf[LogSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
1 hourenum value from thedata/items/oneOf[TraceSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
1 minuteenum value from thedata/items/oneOf[LogSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
1 minuteenum value from thedata/items/oneOf[TraceSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
1 secondenum value from thedata/items/oneOf[LogSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
1 secondenum value from thedata/items/oneOf[TraceSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
12 hourenum value from thedata/items/oneOf[LogSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
12 hourenum value from thedata/items/oneOf[TraceSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
15 minuteenum value from thedata/items/oneOf[LogSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
15 minuteenum value from thedata/items/oneOf[TraceSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
15 secondenum value from thedata/items/oneOf[LogSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
15 secondenum value from thedata/items/oneOf[TraceSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
2 dayenum value from thedata/items/oneOf[LogSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
2 dayenum value from thedata/items/oneOf[TraceSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
2 hourenum value from thedata/items/oneOf[LogSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
2 hourenum value from thedata/items/oneOf[TraceSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
30 dayenum value from thedata/items/oneOf[LogSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
30 dayenum value from thedata/items/oneOf[TraceSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
30 minuteenum value from thedata/items/oneOf[LogSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
30 minuteenum value from thedata/items/oneOf[TraceSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
30 secondenum value from thedata/items/oneOf[LogSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
30 secondenum value from thedata/items/oneOf[TraceSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
5 minuteenum value from thedata/items/oneOf[LogSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
5 minuteenum value from thedata/items/oneOf[TraceSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
6 hourenum value from thedata/items/oneOf[LogSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
6 hourenum value from thedata/items/oneOf[TraceSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
7 dayenum value from thedata/items/oneOf[LogSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
7 dayenum value from thedata/items/oneOf[TraceSource]/materializedViews/items/minGranularityresponse property for the response status200response-property-enum-value-removed
- ●
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 100 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲