Get Model
Returns a single model by ID, including its source fields, identity, and filters.
The response includes the model’s source fields, identity column, and any
configured filters. To preview the data a model would return without saving
changes, use GET /api/models/{id}/sample.
Authentication
AuthorizationBasic
This is the Polytomic deployment key (on-premises only)
OR
AuthorizationBearer
This is the Polytomic API key
Path parameters
id
Headers
X-Polytomic-Version
Query parameters
async
Response
OK
data
job
Errors
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error
