# Get all broadcast messages **GET /broadcast_messages** This feature was introduced in GitLab 8.12. ## Servers - https://www.gitlab.com/api/v4: https://www.gitlab.com/api/v4 () ## Authentication methods - Api key auth ## Parameters ### Query parameters - **page** (integer(int32)) Current page number - **per_page** (integer(int32)) Number of items per page ## Responses ### 200 Get all broadcast messages #### Body: application/json (object) - **id** (string) - **message** (string) - **starts_at** (string) - **ends_at** (string) - **color** (string) - **font** (string) - **target_access_levels** (string) - **target_path** (string) - **broadcast_type** (string) - **dismissable** (string) - **active** (string) [Powered by Bump.sh](https://bump.sh)