Get Events
Get all events of a specific project.
Get Events request supports pagination.
Get Events
GET
https://environment.monterosa.cloud/api/v2/projects/:project_id/events
Path Parameters
project_id
string
Project ID.
Query Parameters
filter[only_listings]
string
Filter events in order to display only those that are included in listings. Possible values: true
, false
.
include
string
Include additional relation to the response. For example, include=stats
adds event stats to the response. Possible values: stats
, project
. In order to include more than one relation, provide them separated by commas.
filter[state]*
string
Filter events by state. In order to filter events by multiple states, provide them separated by commas. Possible values: future
, current
, on_demand
, past
.
page[cursor]
string
Pagination cursor.
page[count]
integer
Page size.
sort
string
Sorting order. Possible values: start_time
(default) - from earlier to later start time, -start_time
- from later to earlier start time.
Headers
Authorization
string
Bearer JmsmU5gZb6xNVUgQGoKcQLvQjRhKAUSb
Content-Type
string
application/vnd.api+json