Skip to main content

Get File

Get a configuration file.

Required token: Configuration Read Access or Configuration Write Access.

Parameters

ParameterDescription
PathThe path to the file. Can be obtained via the List Files action.

Example Output

{
"status": "success",
"path": "/bar",
"version": v1,
"createDate": 12345672134,
"modDate": 13243534532,
"content": "Example content ..."
}

Workflow Library Example

Get File with Dataset and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop