List broadcasts

List broadcasts for this project.

get/v1/broadcasts

Query parameters

status'draft' | 'pending_review' | 'approved' | 'rejected' | 'escalated' | 'rejected_final' | 'scheduled' | 'sending' | 'paused' | 'completed' | 'cancelled' | 'failed'

Current status of the broadcast.

limitinteger
cursorstring

Response

List of broadcasts.

nextCursorstring nullable

Example response

{
  "items": [
    {
      "id": "brd_abc123"
    }
  ]
}

Changes

Changed in 4 of the 66 revisions of this API.15

    • removed the instagram enum value from the // response property for the response status

      response-property-enum-value-removed

    • removed the messenger enum value from the // response property for the response status

      response-property-enum-value-removed

    • removed the voice enum value from the // response property for the response status

      response-property-enum-value-removed

    This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new messenger enum value to the // response property for the response status

      response-property-enum-value-added

    • added the optional property /// to the response with the status

      response-optional-property-added

    • added the optional property /// to the response with the status

      response-optional-property-added