# Get a Specific Webhook **GET /dataflows/{dataflowId}/recordsets/{recordSetId}/webhooks/{webhookId}** Get specific Webhook for the selected RecordSet. ## Servers - https://dataflownode.zerionsoftware.com/zcrypt/v1.0: https://dataflownode.zerionsoftware.com/zcrypt/v1.0 () ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **dataflowId** (string) id of the Dataflow - **recordSetId** (string) id of the RecordSet - **webhookId** (string) id of the Webhook ## Responses ### 200 Successful response #### Body: application/json (object) - **_id** (string) id of the Webhook - **requestedBy** (string) requestor name - **webhookName** (string) Webhook name - **recordSetId** (string) RecordSet Id - **webhookUrl** (string) Webhook URL - **status** (number) Not used [Powered by Bump.sh](https://bump.sh)