---
title: "GET /v1/advertisers/{advertiserId}/blueprints/{blueprintId}"
method: GET
path: "/v1/advertisers/{advertiserId}/blueprints/{blueprintId}"
tags: ["Blueprints"]
---

# GET /v1/advertisers/{advertiserId}/blueprints/{blueprintId}

`GET /v1/advertisers/{advertiserId}/blueprints/{blueprintId}`

## Path parameters

- `blueprintId` string, required
- `advertiserId` string, required

## Response `200`

Success

- BlueprintResponseResponse
  - `timestamp` string, date-time
  - `errors` Error[], nullable
    - `code` string, nullable
    - `name` string, nullable
    - `message` string, nullable
    - `description` string, nullable
  - `data` BlueprintResponse
    - `id` string, nullable
    - `companyName` string, nullable
    - `companyDomain` string, nullable
    - `status` 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
    - `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
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

---

[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)
