Get Record(s)
Fields to return for the record, with one value per fields
URL parameter. For example, ?fields=abc&fields=123
.
If not specified, returns all fields.
If true
, returns file metadata.
Name of the column. It must be configured as unique in the schema. If you provide both column name or column value, you cannot use skyflow_ids
. Passing either of these parameters with skyflow_ids
returns an error.
Bearer authentication of the form Bearer <token>
, where token is your auth token.
If true
, this operation returns tokens for fields with tokenization enabled. Only applicable if skyflow_id
values are specified.
skyflow_id
values of the records to return, with one value per skyflow_ids
URL parameter. For example, ?skyflow_ids=abc&skyflow_ids=123
.
If not specified, returns the first 25 records in the table.
If true
, returns download URLs for fields with a file data type. URLs are valid for 15 minutes. If virus scanning is enabled, only returns if the file is clean.
Order to return records, based on skyflow_id
values. To disable, set to NONE
.
Column values of the records to return, with one value per column_values
URL parameter. For example, ?column_values=abc&column_values=123
.column_name
is mandatory when providing column_values
. If you use column name or column value, you cannot use skyflow_ids
. Passing either of these parameters with skyflow_ids
returns an error.