Sample Records

Returns sample records from the model. The first ten records that the source provides will be returned after being enriched (if applicable). Synchronous requests must complete within 10s. If either querying or enrichment exceeds 10s, please use the async option.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequired

Headers

X-Polytomic-VersionstringOptional

Query parameters

asyncbooleanOptional

Response

OK
dataobject
jobobject

Errors

400
Models Sample Request Bad Request Error
401
Models Sample Request Unauthorized Error
404
Models Sample Request Not Found Error
500
Models Sample Request Internal Server Error