Skip to main content
GET
List delivery attempts
The self-serve answer to “did you actually send it?”. Every attempt is recorded with the payload we POSTed, the response status, the error text, and — for anything still pending — when the next retry is due. Filter with ?status=pending, delivered, or failed. Authentication required. Send your key as Authorization: Bearer csb_pub_.... A read key is enough — managing webhooks moves no money.

Authorizations

Authorization
string
header
required

Send your key as a Bearer token on every request: Authorization: Bearer csb_pub_.... Generate keys in your CSBoard profile.

Path Parameters

id
string
required

Query Parameters

status
enum<string>

Filter by delivery state.

Available options:
pending,
delivered,
failed
limit
integer
default:50

1–100, default 50.

Required range: x <= 100

Response

Most recent attempts first.

data
object[]