# Get all ads **GET /advertising/v1.0/ads/** Endpoint for retrieving a advertisements that belong to the current user. ## Servers - http://apis.public-staging.reas.cz: http://apis.public-staging.reas.cz () ## Authentication methods - Token ## Parameters ### Query parameters - **advertisingCompanyId** (string) - **advertisingCompanyTag** (string) - **advertiserTag** (string) - **statuses** (array[string]) Allows you to filter the advertisements by status. Will return the ads with the selected statuses. The query parameter should be a valid JSON array. For example: `["open","reserved"]`. This will return only the ads that are being publicly displayed. - **advertiserId** (string) - **page** (number(float)) - **simplified** (boolean) By default, we return complete records. If you set this to true, we will return just a simplified version of the records. Page size is 50 by default and 5000 when simplified. ## Responses ### 200 Advertisements successfully retrieved #### Body: application/json (object) - **success** (boolean) - **data** (array[object]) - **paginationInfo** (object) [Powered by Bump.sh](https://bump.sh)