Events
Read Account Events Page
Returns the next page of Events for a previous query against the given Account, and the URL to request the next page (if there are more results).
GET
/
api
/
events
/
filter
/
next
Headers
x-prefect-api-version
string
Query Parameters
page-token
string
requiredResponse
200 - application/json
A single page of events returned from the API, with an optional link to the next page of results
events
object[]
requiredThe Events matching the query
total
integer
requiredThe total number of matching Events
next_page
string | null
requiredThe URL for the next page of results, if there are more
Was this page helpful?