---
title: "GET /v1/advertisers/{advertiserId}/plans"
method: GET
path: "/v1/advertisers/{advertiserId}/plans"
tags: ["Plans"]
---

# GET /v1/advertisers/{advertiserId}/plans

`GET /v1/advertisers/{advertiserId}/plans`

## Path parameters

- `advertiserId` string, required

## Query parameters

- `page` integer

## Response `200`

Success

- PlanResponsePagedResponseResponse
  - `timestamp` string, date-time
  - `errors` Error[], nullable
    - `code` string, nullable
    - `name` string, nullable
    - `message` string, nullable
    - `description` string, nullable
  - `data` PlanResponsePagedResponse
    - `items` PlanResponse[], nullable
      - `id` string, nullable
      - `name` string, nullable
      - `blueprintId` string, nullable
      - `status` string, nullable
      - `budget` PlanBudgetResponse
        - `monthly` number, double
        - `aiRecommendedMin` number, double
        - `aiRecommendedTarget` number, double
        - `aiRecommendedMax` number, double
      - `duration` PlanDurationResponse
        - `months` integer
        - `startDate` string, date-time
      - `sections` PlanSectionsResponse
        - `planSummary` string, nullable
        - `planDetails` string, nullable
        - `audienceSummary` string, nullable
        - `audienceDetails` string, nullable
        - `geoSummary` string, nullable
        - `geoDetails` string, nullable
        - `seasonalitySummary` string, nullable
        - `seasonalityDetails` string, nullable
      - `personas` BlueprintPersonaResponse[], nullable
        - `id` string, nullable
        - `name` string, nullable
        - `description` string, nullable
        - `demographics` BlueprintPersonaDemographicsResponse
          - `ageRange` string, nullable
          - `gender` string, nullable
          - `incomeRange` string, nullable
          - `education` string, nullable
          - `occupation` string, nullable
          - `lifestage` string, nullable
          - `homeValue` string, nullable
        - `triggers` string[], nullable
        - `barriers` string[], nullable
        - `rank` integer
        - `prioritizationReason` string, nullable
      - `marketAnalysis` BlueprintMarketAnalysisResponse
        - `strategicOverview` BlueprintStrategicOverviewResponse
          - `businessPositioning` string, nullable
          - `coreMarketChallengesAndOpportunities` string, nullable
          - `analyticalFramework` string, nullable
        - `industryContextAnalysis` BlueprintIndustryContextAnalysisResponse
          - `marketSizeAndGrowth` string, nullable
          - `transformativeTrends` string, nullable
          - `regulatoryConsiderations` string, nullable
          - `seasonalImpacts` string, nullable
          - `relatedIndustryInfluences` string, nullable
          - `economicIndicators` string, nullable
        - `competitiveLandscape` BlueprintCompetitiveLandscapeResponse
          - `competitiveAssessmentMethodology` string, nullable
          - `keyCompetitorProfiles` BlueprintCompetitorProfileResponse[], nullable
            - `id` string, nullable
            - `name` string, nullable
            - `strategicThreatLevel` string, nullable
            - `overview` string, nullable
            - `strengths` string, nullable
            - `weaknesses` string, nullable
            - `strategicImplications` string, nullable
          - `marketPositioningAnalysis` string, nullable
          - `shareOfVoiceAnalysis` string, nullable
          - `gapAnalysis` string, nullable
          - `competitivePositioningOpportunities` string, nullable
        - `geographicOpportunities` BlueprintGeographicOpportunitiesResponse
          - `geographicTargetingMethodology` string, nullable
          - `regionalDemandAnalysis` string, nullable
          - `opportunityScoringSystem` BlueprintGeographicClusterResponse[], nullable
            - `id` string, nullable
            - `clusterName` string, nullable
            - `alignmentScore` string, nullable
            - `priorityLevel` string, nullable
            - `keyAreas` string, nullable
            - `strategicRationale` string, nullable
          - `competitiveDensityAnalysis` string, nullable
          - `demographicAnalysis` string, nullable
          - `environmentalConsiderations` string, nullable
        - `seasonalAndCyclicalPatterns` BlueprintSeasonalPatternsResponse
          - `keySeasonalCycles` string, nullable
          - `externalFactorAnalysis` string, nullable
          - `demandVariationQuantification` string, nullable
          - `consumerBehaviorTrends` string, nullable
        - `coreChallengesInMarket` BlueprintCoreChallengesResponse
          - `coreChallengesInTheMarket` BlueprintMarketChallengeResponse[], nullable
            - `id` string, nullable
            - `title` string, nullable
            - `severity` string, nullable
            - `description` string, nullable
            - `operationalImplications` string, nullable
          - `challengePrioritizationAnalysis` string, nullable
          - `marketConstraintAnalysis` string, nullable
        - `insightsSummary` BlueprintInsightsSummaryResponse
          - `keyFindingsSynthesis` string, nullable
          - `strategicDirection` string, nullable
          - `businessSpecificStrategicInsights` string, nullable
      - `campaignBuilders` PlanCampaignBuilderResponse[], nullable
        - `id` string, nullable
        - `name` string, nullable
        - `type` string, nullable
        - `isOffAdCritter` boolean
        - `budget` number, double
        - `summary` string, nullable
        - `detailedSummary` string, nullable
        - `audienceSummary` string, nullable
        - `geoSummary` string, nullable
        - `seasonalitySummary` string, nullable
        - `startDate` string, date-time
        - `endDate` string, date-time, nullable
      - `createdAt` string, date-time
      - `updatedAt` string, date-time
    - `total` integer
    - `page` integer
    - `pageSize` integer
    - `totalPages` integer

---

[API](https://skmtc.net/adcritter/apis/adcritter-api.md) · [All operations](https://skmtc.net/adcritter/apis/adcritter-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adcritter/adcritter-api/revisions/d216a4676bdd/schema)
