v1
latestOpenAPI 3.0.32026-07-14314472448.6 KBdatasources
correlations
Gets all correlations.
get/datasources/correlations
Query parameters
limitinteger
Limit the maximum number of correlations to return per page
pageinteger
Page index for starting fetching correlations
sourceUIDstring[]
Source datasource UID filter to be applied to correlations
Response
(empty)
Example response
[
{
"config": {
"field": "message",
"target": {
"prop1": "value1",
"prop2": "value"
}
},
"description": "Logs to Traces",
"label": "My Label",
"orgId": 1,
"sourceUID": "d0oxYRg4z",
"targetUID": "PE1C5CBDA0504A6A3",
"uid": "50xhMlg9k"
}
]