Skip to main content
GET
Get build
GET https://api-datahub.octoparse.com/v1/data-apps/{app_id}/builds/{build_id} Authentication: API key required (Authorization: Bearer <API Key>). App author only; others get 404. Status and failure reason for a single snapshot — the polling window for code-type build progress.

Request

Path parameters

string
required
App reference.
string
required
Build id.

Example request

Response

200 success

Fields match the items on List builds. The payload is wrapped in data. Fields:
string
required
string
required
string
string
integer
string

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.