Python
Retrieve a record
Retrieve one record by its Insion record ID
response = client.retrieve_a_record("rec_123")
record = response.datarecord_id is positional and must be the Insion ID returned by moderation, ingestion, or list_records. The RecordResponse contains the stored record in data, including its moderation state and timestamps.