---
title: "Get Integrazu exports for a listing with platform statuses"
method: GET
path: "/api/listings/{listing_id}/integrazu-exports"
tags: ["Listings - Admin"]
---

# Get Integrazu exports for a listing with platform statuses

`GET /api/listings/{listing_id}/integrazu-exports`

Get all portal exports for a listing, enriched with Integrazu platform statuses.

For each brand that has a Z_PortalExports record for this listing,
fetches the advert from Integrazu API to get platform publication statuses.

Args:
    listing_id: ViaturasEasyDataGreen.ID

Returns:
    {
        "listing_id": 925,
        "pv_id": 9,
        "integrazu": {
            "status": "published" | "not_published" | "not_configured" | "no_pv",
            "brands": [
                {
                    "brand_id": 1,
                    "status": "published" | "not_published" | "no_token" | "error",
                    "renew": false,
                    "advert_id": 34326,
                    "platforms": [
                        {
                            "platform": "carmine",
                            "designation": "Carmine",
                            "logo": "https://...",
                            "advert_id": "1601032",
                            "status": "Ativo",
                            "url": null
                        }
                    ]
                }
            ]
        }
    }

## Path parameters

- `listing_id` integer, required

## Headers

- `x-api-token` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/multigest/apis/multigest-protected-api.md) · [All operations](https://skmtc.dev/multigest/apis/multigest-protected-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/multigest/multigest-protected-api/revisions/8492136eefc5/schema)
