nifi_get_flowfile_content
Fetch the content of a queued FlowFile from Apache NiFi, truncated to a byte limit. Binary data returns base64-encoded for inspection or debugging.
Instructions
Content of one queued flowfile, truncated to max_bytes.
Backed by GET /flowfile-queues/{id}/flowfiles/{uuid}/content. Binary content is
returned base64-encoded, indicated by the encoding field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_bytes | No | ||
| connection_id | Yes | ||
| flowfile_uuid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||