Action: API Request
GitLab Operation

The API Request action in GitLab allows you to interact programmatically with GitLab’s API to retrieve or modify repository, project, or user data.
Example User Story
I want to automatically fetch the latest open issues for our weekly report, so I use the API Request action in GitLab to pull the data directly from our project.
Fields
Field Name
Field Type
Required
method
String
Yes
path
String
Yes
headers
Map
No
queryParams
Map
No
body
String
No
Related Connections
Related Automations
Example link
Code (Apache v2.0): Operation
Last updated