Skip to main content

Retrieve all files from GitLab

Retrieve all files from GitLab.

Application

  • GitLab

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Connected accountThe connected account to use for the requestConnected AccountYes
Project ownerUser, group or namespace of the projectText (Short)Yes
Project nameThe name of the projectText (Short)Yes
Return all?Whether to return all results or only up to a given limitTrue/FalseNo
LimitMax number of results to returnNumberNo
File pathThe path of the folder to listText (Short)No
Page numberPage of results to displayNumberNo
ReferenceThe name of the commit/branch/tag. Default: the repository’s default branch (usually main)Text (Short)No
Recursive?Whether or not to get a recursive file tree. Default is falseTrue/FalseNo

Outputs (what you get)

NameDescriptionData TypeRequired?Example
JSON OutputJSON output returned by the APIText (Long)No

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.
UnsuccessfulThis status is selected if the job has completed unsuccessfully.

Requirements

  • N/A