Launch Campaigns Status
Check the status of a launch started via the Launch Campaigns endpoint.
Endpoint Details
URL: https://api.scalemate.co/api/external/v2/launch/:id
Method: GET
Headers
Content-Type: application/json
X-Api-Key: <YOUR_API_KEY>You can generate the API Key at the Settings page under the API Key section.
Parameters
Parameter
Type
Description
Example cURL Request
curl --location 'https://api.scalemate.co/api/external/v2/launch/63267564-2c14-4ccc-ab60-1a61a950a25d' \
--header 'X-Api-Key: <YOUR_API_KEY>'Example Response
While the job is running:
After it completes, results holds the same payload delivered to your webhook (without job_id):
Top-level
status— job lifecycle:pending,completedorfailed.results.status— launch outcome:success,partialorfailed.partialmeans some ads failed — inspect thecampaignstree (a failed ad has"remote_id": nulland an"error").resultsisnulluntil the job finishes.
See the Launch Campaigns endpoint for the full campaigns tree schema.
Last updated