Go
Retrieve a record
Retrieve one record by its Insion record ID
response, err := client.RetrieveARecord(ctx, &sdk.GetAPIV1RecordsRecordIDRequest{RecordID: "rec_123"})RetrieveARecord(context.Context, *sdk.GetAPIV1RecordsRecordIDRequest, ...option.RequestOption) requires the Insion RecordID returned from moderation, ingestion, or a list result. The record is in response.Data.
The request type contains only RecordID. This is not your application ClientID. Use retrieval when you know the Insion identifier and need the latest stored content, moderation state, timestamps, metadata, or associated user.