bird webhooks attempts
Usage
Exemplo de código
bird webhooks attempts <webhook-id> [flags]Description
List delivery attempts
Examples
Exemplo de código
bird webhooks attempts <webhook-id>Options
| Name | Description |
|---|---|
| --after | Only return attempts strictly after this timestamp. |
| --before | Only return attempts strictly before this timestamp. |
| --limit <n> | Maximum number of attempts to return. Defaults to 50, capped at 100. |
| --response-schema | Print the fields this command returns, then exit |
Related
| Name | Description |
|---|---|
| bird webhooks create | Create a webhook endpoint |
| bird webhooks delete | Delete a webhook endpoint |
| bird webhooks get | Get a webhook endpoint |
| bird webhooks list | List webhook endpoints |
| bird webhooks rotate-secret | Rotate webhook signing secret |
| bird webhooks test | Send a test event |