/broadcasts
Query Parameters
limit?integer
Page size, 1-100 (default 20)
Range
1 <= value <= 100after?string
Cursor: id of the last item of the previous page. Must be an id this list returned; there is no sentinel value.
Format
uuidbefore?string
Cursor: id of the first item of the next page (page backwards); same rule as after.
Format
uuidResponse Body
application/json
application/json
curl -X GET "https://example.com/broadcasts"{ "object": "list", "data": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "segment_id": "0dbbf761-5b2d-4647-8bfa-2b714456749c", "status": "string", "created_at": "string", "scheduled_at": "string", "sent_at": "string", "sent_count": 0, "finishes_at": "string" } ], "has_more": true}