Skip to main content

List

List the events bound to the authenticated account.

Query Parameters
    url string[]

    URLs to return

    date_greater_than date-time

    Event datetime filter to return events with date greater than the parameter

    date_less_than date-time

    Event datetime filter to return events with date less than the parameter

    cursor string

    The pagination cursor

    limit int32

    The maximum number of results

Responses

Found


Schema
    items object[]
  • Array [
  • source string
    args object
    url string
    recorded_at date-time
    account_id int64
  • ]
  • self string
    next string
    prev string
    last string
    first string
Loading...