provider Webhooks GET /webhooks
@utdk/linear /webhooks
List webhooks
Returns a list of all webhooks configured for the authenticated workspace. Webhooks allow you to receive real-time notifications when issues, comments, cycles, or other resources change.
cursor query
Pagination cursor for fetching the next page of results
string
limit query
Maximum number of webhooks to return (1-250)
integer

Try it

Authentication
Configure credentials for Linear API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

listwebhooks
GET/webhooks
Returns a list of all webhooks configured for the authenticated workspace. Webhooks allow you to receive real-time notifications when issues, comments, cycles, or other resources change.

Pagination cursor for fetching the next page of results

Maximum number of webhooks to return (1-250)

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import linear from '@utdk/linear';

await linear.listwebhooks({
  "limit": 50
})