Get Record(s)
Path parameters
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
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.
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.
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.
Order to return records, based on skyflow_id
values. To disable, set to NONE
.