Skip to main content
GET
Records received by one webhook, optionally through a saved view

Authorizations

hookie_session
string
cookie
required

The console's sealed session cookie, set by WorkOS AuthKit. Mutating requests also require the X-Requested-With CSRF header.

Path Parameters

pid
string
required

Project id (UUID) belonging to the caller workspace.

id
string
required

Webhook id.

Query Parameters

view
string

Record-view id to shape and sort the rows. The view must belong to this webhook.

limit
integer
default:200

Row cap. Non-numeric or non-positive values fall back to 200; anything above 1000 is clamped to 1000.

Required range: 1 <= x <= 1000

Response

Rows for the webhook. Without a view, every row is the record meta columns plus its whole flattened payload and columns is the discovered key set. With a view, each row carries _id plus exactly the view columns (missing keys become null), sorted in SQL by the view sort key. available_columns is always the full discovered set.

webhook_id
string
required
view
object | null
required

The applied view in list shape (snake_case), or null.

columns
object[]
required
available_columns
string[]
required

Includes the meta columns _id, _received_at and _source.

rows
object[]
required
count
integer
required