Get Query Results
Fetch the latest status for a submitted query and, once complete, return fields and paginated results. Use the query id returned by POST /api/connections/{connection_id}/query.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
id
Headers
X-Polytomic-Version
Query parameters
page
Response
OK
data
links
Errors
400
Query Runner Get Query Request Bad Request Error
401
Query Runner Get Query Request Unauthorized Error
404
Query Runner Get Query Request Not Found Error
500
Query Runner Get Query Request Internal Server Error
