Get a list of project’s build triggers.
External DocumentationTo learn more, visit the GitLab documentation.

Parameters

ParameterDescription
Project IDThe ID or path of the project owned by the authenticated user. If the path is being used, it should be url encoded - for example: user%2my-project .

Example Output

[
	{
		"id": 10,
		"description": "my trigger",
		"created_at": "2016-01-07T09:53:58.235Z",
		"last_used": null,
		"token": "6d056f63e50fe6f8c5f8f4aa10edb7",
		"updated_at": "2016-01-07T09:53:58.235Z",
		"owner": null
	}
]

Workflow Library Example

List Project Triggers with Gitlab and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop