How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

MNTN Async Batch Export API

Asynchronous CSV export API under /batch on api3.mountain.com, for reporting queries too large or slow to run synchronously (a 413 on /apidata is the documented trigger). POST /batch enqueues a job and returns 202 with a batchId; GET /batch/{batchId} polls status and returns a fresh time-limited signed download URL when the job SUCCEEDED; POST /batch/{batchId}/regenerate-url reissues a signed URL without re-running the query; GET /batch lists recent jobs with status, limit and offset paging. Gated behind the r2ds.exports.enabled entitlement.

This API exposes 4 operations across 3 paths, and defines 16 schemas. It is described by OpenAPI 3.0.1, at version 3.7.0.

Requests are made against a single base URL, https://api3.mountain.com.

4 operations 3 paths 16 schemas 2 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
3.7.0
Base URL
https://api3.mountain.com
Authentication
API Key
Resource Areas
1

Authentication & Security 1

MNTN Async Batch Export API declares 1 security scheme for authenticating requests. An API key is passed in the query as key (API Key). By default, every request must be authenticated.

  • API Key — MNTN-issued advertiser API key. Available in Account Settings.

Paths & Operations 4

Across 3 paths, the API surfaces 4 operations — 2 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.

Batch 4

Async CSV exports under /batch… (submit, poll status, signed download URLs)

GET
/batch
List export jobs
listExports 4 params → 500401400504403404413200
POST
/batch
Submit an async export job
submitExport body → 500401400504403404413202
POST
/batch/{batchId}/regenerate-url
Issue a freshly-signed download URL for a SUCCEEDED batch
regenerateUrl 2 params → 500401400504403404413409
GET
/batch/{batchId}
Get batch status (includes signed download URL when eligible)
getExportStatus 2 params → 500401400504403404413503

Schemas 16

The contract defines 16 schemas that model the data the API accepts and returns. The most detailed are ExportRequest (18 properties), ExportStatusResponse (10 properties), ProblemDetail (9 properties), ExportListResponse (4 properties). Each schema is shown below with its type and property counts.

SimpleColumn
object
Or
object
DataColumn
object
List of data columns to query
4 properties 1 required
ExportListResponse
object
4 properties
ExportRequest
object
Batch Request
18 properties 3 required
ExportStatusResponse
object
10 properties
And
object
ProblemDetail
object
Standard error response format following RFC 9457 (Problem Details for HTTP APIs). All error responses include machine-readable problem types and human-readabl…
9 properties
Not
object
ErrorResponse
HTTP error / validation payload (RFC 9457); same schema as ProblemDetail
FilteredColumn
object
RegenerateUrlResponse
object
2 properties
Filter
object
Optional JSON object that restricts which rows are returned. Use the same shape for POST filter and GET filter (URL-encoded). Filter types — column predicates:…
Value
object
ExportResponse
object
4 properties
ExportErrorDetail
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

mntn-batch-export-openapi.yml Raw ↑
Where this information came from

This is an independent, third-party profile of MNTN Async Batch Export API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.