Access token, prefixed by Bearer: Bearer <token>. Retrieved using OAuth2 security scheme.
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.
Get Record(s)
If true, returns file metadata.
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.
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.
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.
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.