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
Code snippet
Updates live as you fill in the form above.
TypeScript
import linear from '@utdk/linear';
await linear.listwebhooks({
"limit": 50
})