Skip to content

inspectDataSource

POST
/api/v1/data-sources/{provider}/inspect
curl --request POST \
--url https://example.com/api/v1/data-sources/rss/inspect \
--header 'Content-Type: application/json' \
--data '{ "configuration": {} }'

Reports the fields a candidate RSS, Atom, JSON, or CSV connection contains, with a few sample values per field, a suggested field mapping, and which record fields the Source can fill. Runs under the same safe fetch policy as preview and deliberately does not require a mapping, because the mapping is what it exists to produce.

provider
required
Allowed values: rss atom json csv
Media typeapplication/json
object
configuration
required
object
Examplegenerated
{
"configuration": {}
}

Detected fields, sample values, suggested mapping, and available record fields

Provider does not support field detection

Validation or safe fetch failed