Get Record(s)
Authentication
Path parameters
Query parameters
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, this operation returns tokens for fields with tokenization enabled. Only applicable if skyflow_id values are specified.
If true, returns file metadata.
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 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.
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.
Order to return records, based on skyflow_id values. To disable, set to NONE.