Get Record By ID
Returns the specified record from a table.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
vaultID
ID of the vault.
tableName
Name of the table.
ID
skyflow_id of the record.
Query parameters
redaction
Redaction level to enforce for the returned record. Subject to policies assigned to the API caller.
Allowed values:
tokenization
If true, this operation returns tokens for fields with tokenization enabled. Only applicable if skyflow_id values are specified.
fields
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.
downloadURL
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
A successful response.
fields
Fields and values for the record. For example, {'field_1':'value_1', 'field_2':'value_2'}.
tokens
Fields and tokens for the record. For example, {'field_1':'token_1', 'field_2':'token_2'}.