Get Tabular Data from Object
Authentication
X-API-KEYstring
API Key authentication via header
OR
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
asset_id
row_limit
index_column
columns
should be a list of strings or a list of integers
sheet_name
only for excel files
separator
only for csv files
Response
Successful Response
columns
data
index
Errors
401
Unauthorized Error
404
Not Found Error
415
Unsupported Media Type Error
422
Unprocessable Entity Error
500
Internal Server Error
