---
title: "Get Intersections Values"
method: GET
path: "/models/{modelId}/intersections"
tags: ["Export API"]
---

# Get Intersections Values

`GET /models/{modelId}/intersections`

Returns intersection values from a data model that match all the given filters (if any), in either JSON or CSV format. The following parameters let you specify the data model you'd like to retrieve intersection values from, the format of the response, the max number of the intersections to return, an afterKey used for paginating large datasets, and a filter object to specify the Vena members you'd like to retrieve data from.

## Path parameters

- `modelId` string, required

## Query parameters

- `filters` string
- `pageSize` integer
- `afterKey` string

## Headers

- `Accept` 'application/json' | 'text/csv' | '*/*'

## Response `200`

successfully processed intersection request

- IntersectionsJsonResponse
  - `data` array[], required — Returns bottom-level intersection values for all specified members in the selected data model. Each array represents an intersection. This includes both the dimension members and the corresponding intersection value.
    - string[]
  - `metadata` IntersectionsJsonResponseMetadata, required
    - `headers` string[], required
    - `recordsReturned` integer, required
    - `nextPage` string, uri, required

## Other responses

- `400` — Invalid filters, invalid pageSize, or invalid afterKey
- `401` — Invalid authentication credentials
- `403` — Authenticated user does not have access to the specified model
- `404` — The model specified by "MODEL ID" is not found
- `406` — Invalid Accept header
- `429` — Too many requests, please try again later

---

[API](https://skmtc.dev/venasolutions/apis/vena-api.md) · [All operations](https://skmtc.dev/venasolutions/apis/vena-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/venasolutions/vena-api/revisions/09bc0482c405/schema)
