Archive API docs
    Jump to

    Narrow by kind with a prefix — q: queries, m: mutations, t: types, g: guides, f: fields and arguments.

    Jump to examples ↓
    Query

    webhookEvents

    Paginate webhook events (the outbox) for the current workspace, newest first. Filter by event type. History is retained for 30 days.

    Arguments

    Object, input and enum types open in place — use + to reveal their fields. A type that is already open above the row stops at a ↻ circular marker, and anything nested past the depth limit links out to its own page instead.

    after String default null
    Cursor for fetching the next page of results.
    filter WebhookEventFilterInput default {}
    Filter criteria. Optionally narrow by event type.
    first Int default 20
    Number of events to return (page size).

    Returns

    A paginated connection of WebhookEvent nodes. See Pagination for the connection shape.

    edges [WebhookEventEdge!]!
    List of edges with cursors.
    nodes [WebhookEvent!]!
    List of webhook events.
    pageInfo PageInfo!
    Pagination information.
    totalCount Int
    Total number of items available.