Skip to content

Get Mesh Record ​

Retrieves a single Mesh record by its unique ID and makes its structured data available for downstream tasks.

Purpose ​

Use this task when a workflow needs to access the full metadata and content of a specific Mesh record. The record is identified by its ID, which can be supplied directly or passed from the output of a search task. The retrieved data is exposed as a structured object containing all standard Mesh fields, custom metadata dictionaries, and access control information.

Inputs ​

FieldTypeRequiredDescription
Record IdTextYesThe unique identifier of the Mesh record to retrieve.

Outputs ​

NameDescription
RecordIdThe ID of the retrieved record as confirmed by the index.
RecordIndexThe index name within the search system where the record is stored.
RecordDataA structured object containing all fields of the retrieved Mesh record, including name, source system, file metadata, Mesh classification fields, system fields, and typed metadata dictionaries.

Tentech