PersistentAI API Documentation / @persistentai/fireflow-vfs / server / getObject
Function: getObject()
getObject(
repoName,ref,path):Promise<string>
Defined in: packages/fireflow-vfs/src/steps/lakefs-steps.ts:251
Get object content from lakeFS
Note: This returns the raw content as a string. For metadata, use statObject instead.
Parameters
repoName
string
lakeFS repository name
ref
string
Branch, tag, or commit ID
path
string
Relative lakeFS path (no leading slash, e.g. 'workflows/flow.fflow/flow.json')
Returns
Promise<string>