Manually trigger webhook for an extraction job
Path Parameters
- Type: string ·job
Id Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-8][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$required
Headers
- Type: stringX
- Exabase - Base - Id Optional. When provided, the request is executed against the specified base. If omitted, the parent workspace is used.
Responses
- application/json
- 404
Extraction job not found
- 422
No webhook URL configured
Request Example for post/v2/extract/{jobId}/webhook/trigger
curl 'https://api.exabase.io/v2/extract/{jobId}/webhook/trigger' \
--request POST \
--header 'X-Api-Key: YOUR_SECRET_TOKEN'
{
"traceId": "123e4567-e89b-12d3-a456-426614174000"
}