Code Assist MCP for Anaplan

Build 26.0.9655

Exports

Retrieves information about export definitions within a model.

Table-Specific Information

Select

The server uses the Anaplan API to process WHERE clause conditions that are built with the following columns and operators:

  • ModelId supports the '=' comparison operator.
  • WorkspaceId supports the '=' comparison operator.

For example, the following queries are processed server-side:

SELECT * FROM [Exports] WHERE [ModelId] = '123' AND [WorkspaceId] = '456'

The server processes other filters client-side within the server.

Columns

Name Type References Description
Id [KEY] String The unique identifier of the export definition .
ModelId [KEY] String

Models.Id

The ID of the model the export belongs to.
WorkspaceId String

Workspaces.Id

The ID of the workspace the model belongs to.
Name String The name of the export definition.
Type String The type of the export.
Format String The format of the export.
Encoding String The encoding of the export.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655