Skip to main content
GET
List builds
GET https://api-datahub.octoparse.com/v1/data-apps/{app_id}/builds Authentication: API key required (Authorization: Bearer <API Key>). App author only; others get 404. Status of every build snapshot (building / ready / failed, newest first) plus failure summaries. Author-perspective resolution: apps with zero Releases are still visible; non-authors always get 404 — build status is author-side information and is not acknowledged externally.

Request

Path parameters

string
required
App reference.

Example request

Response

200 success

The payload is wrapped in data. Fields:
object[]
Snapshot list.

Errors

Error responses use {"error": {code, category, message, retryable}}. See Errors.

Client libraries

The Python and JavaScript SDKs do not wrap this endpoint yet. Call REST directly.