curl --request GET \
--url https://{cluster}.cognitedata.com/api/v1/projects/{project}/extractors/schemas/{extractor}/{version} \
--header 'Authorization: Bearer <token>'{}Retrieve the configuration schema for the specified extractor and release version. The configuration schema is a JSON Schema file.
curl --request GET \
--url https://{cluster}.cognitedata.com/api/v1/projects/{project}/extractors/schemas/{extractor}/{version} \
--header 'Authorization: Bearer <token>'{}Access token issued by the CDF project's configured identity provider. Access token must be an OpenID Connect token, and the project must be configured to accept OpenID Connect tokens. Use a header key of 'Authorization' with a value of 'Bearer $accesstoken'. The token can be obtained through any flow supported by the identity provider.
External ID of the extractor to get the schema for.
255Version of the extractor to fetch schema for.
"1.2.3"
Extractor configuration schema as JSON.
JSON Schema object.
Was this page helpful?