Get Record By ID
Path parameters
skyflow_id
of the record.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
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.
Response
Fields and values for the record. For example, {'field_1':'value_1', 'field_2':'value_2'}
.
Fields and tokens for the record. For example, {'field_1':'token_1', 'field_2':'token_2'}
.