# List all campaigns **GET /campaigns** This endpoint retrieves all the campaigns. ## Servers - Production server.: https://api.usecollect.com/v1 (Production server.) ## Authentication methods - Basic auth ## Parameters ### Query parameters - **offset** (integer) Specify the ranking number of the first item on the page. Used for pagination. - **limit** (integer) Specify how many results to return. Default is 50 campaigns, maximum is 100 campaigns. - **showArchives** (boolean) Specify if the archived campaigns should be included or not. Default is false. ## Responses ### 200 List of campaigns. #### Body: application/json (array[object]) - **_id** (string) Unique identifier for the campaign - **name** (string) Name of the campaign - **createdAt** (string(date-time)) Creation date of the campaign - **status** (string) Status of the campaign - **count** (object) ### 400 Bad Request -- Your request is invalid. ### 401 Unauthorized -- Your API key is wrong. ### 403 Forbidden -- The object requested is hidden for administrators only. ### 404 Not Found -- The specified object could not be found. ### 429 Too Many Requests -- You're requesting too many objects! Slow down! ### 500 Internal Server Error -- We had a problem with our server. Try again later. ### 503 Service Unavailable -- We're temporarily offline for maintenance. Please try again later. [Powered by Bump.sh](https://bump.sh)