Search K
Appearance
Appearance
Retrieves a single Mesh record by its unique ID and makes its structured data available for downstream tasks.
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.
| Field | Type | Required | Description |
|---|---|---|---|
| Record Id | Text | Yes | The unique identifier of the Mesh record to retrieve. |
| Name | Description |
|---|---|
| RecordId | The ID of the retrieved record as confirmed by the index. |
| RecordIndex | The index name within the search system where the record is stored. |
| RecordData | A 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. |