Search schema for ingested data.

POST {{baseUrl}}/searchSchemas?pageToken=<string>

The data ingestion API creates and stores the schemas for each ingested file. This schema can be retrieved based on schema name, or source name and data tag combination. SchemaSearchRequest is limited to 20 schemas atmost.

Request Params

KeyDatatypeRequiredDescription
pageTokenstringSelects next page. Value must be taken rom response body property 'page.nextToken'. If omitted, first page is returned.

Request Body

{"schemas"=>[{"dataTag"=>"<string>", "schemaName"=>"<string>", "category"=>"<string>", "aspectName"=>"<string>", "assetId"=>"<string>", "sourceName"=>"<string>", "metaDataTags"=>["<string>", "<string>"]}, {"dataTag"=>"<string>", "schemaName"=>"<string>", "category"=>"<string>", "aspectName"=>"<string>", "assetId"=>"<string>", "sourceName"=>"<string>", "metaDataTags"=>["<string>", "<string>"]}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;schemas&quot;:[{&quot;createdDate&quot;:&quot;consectetur ea esse fugiat&quot;,&quot;id&quot;:&quot;in magna qui&quot;,&quot;updatedDate&quot;:&quot;irure in occaecat anim consequat&quot;,&quot;originalFileNames&quot;:[&quot;dolor laborum nostrud&quot;,&quot;ea nostrud &quot;],&quot;schema&quot;:{&quot;sed_4e&quot;:{&quot;dataType&quot;:&quot;integer&quot;,&quot;customTypes&quot;:[&quot;us_state&quot;,&quot;vin_number&quot;]}},&quot;schemaName&quot;:&quot;proident reprehenderit cillum&quot;,&quot;registryId&quot;:&quot;dolore&quot;,&quot;category&quot;:&quot;sed voluptate commodo aliquip&quot;},{&quot;createdDate&quot;:&quot;eu reprehenderit consectetur&quot;,&quot;id&quot;:&quot;reprehenderit &quot;,&quot;updatedDate&quot;:&quot;ullamco&quot;,&quot;originalFileNames&quot;:[&quot;in cillum mollit&quot;,&quot;ut eiusmod nostrud culpa sed&quot;],&quot;schema&quot;:{&quot;dolored&quot;:{&quot;dataType&quot;:&quot;integer&quot;,&quot;customTypes&quot;:[&quot;us_state&quot;,&quot;vin_number&quot;]},&quot;veniam_b&quot;:{&quot;dataType&quot;:&quot;integer&quot;,&quot;customTypes&quot;:[&quot;us_state&quot;,&quot;vin_number&quot;]}},&quot;schemaName&quot;:&quot;dolore nisi eu&quot;,&quot;registryId&quot;:&quot;culpa ad do&quot;,&quot;category&quot;:&quot;pariatur&quot;}],&quot;page&quot;:{&quot;nextToken&quot;:&quot;voluptate in&quot;}}