Multi FileFeed Transforms
Get transforms
Returns the current HEAD flowgraph state using the v1 transforms format.
The response includes the portable flowgraph export (nodes, edges, pipelines), the dirty status (and the last commit ID if there is at least one commit) for optimistic locking.
Requires Multi FileFeed transforms to be enabled for the organization.
get/v0/multi-file-feeds/{multi_file_feed_id}/transforms
Response
Successful response
Example response
{
"transforms": {
"version": 1
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.