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
AuthorizationBearer
Bearer user API key
OR
AuthorizationBasic
Basic organization-scoped API key
Path parameters
id
Headers
X-Polytomic-Version
Query parameters
async
Response
OK
data
job
Errors
404
Not Found Error
500
Internal Server Error
