Skip to main content
POST
Get launch records for the team (launch type, campaign, ad account, creative counts, goal tracking). Optionally filter to one launch id.

Authorizations

Authorization
string
header
required

AdStellar API key (ast_live_...)

Body

application/json
launchId
string<uuid>

Specific launch id. Omit to list recent launches.

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
limit
integer

Max launches to return (default 25).

Required range: 1 <= x <= 100
workspaceId
string<uuid>

Limit to one workspace this credential can access. Omit to span all of them.

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$

Response

Tool result