Retrieves custom events
1 min
GET
https://api.waydev.co/v2/events
pageinteger<p>Page of the request. If not provided, it will return the last 30 events that were created</p>
event_namestringName of the event. Must be a valid event type created via the first route
filter_typestring<p>Type of filtering. Must be one of “commit_sha” or “repo_url”</p>
filter_valuestring<p>Value of the filter. Is required if a filter_type was also provided. Can be the full SHA of a commit or the URL of a repository</p>
AuthorizationstringYour PAT generated in Waydev
200Successful operation
401bad input parameter
curl --request GET \
--url https://api.waydev.co/v2/events \
--header 'accept: application/json' \
--header 'authorization: string'