Skip to main content
GET
App version history
GET https://api-datahub.octoparse.com/v1/data-apps/{app_id}/versions Authentication: optional. With an API key you may see apps that require a logged-in view. All published versions, newest first. Detail and run calls default to the latest version. Pass version to pin a historical release. Yanked versions stay in history and are flagged. They are no longer resolved as latest and reject new runs, but existing result data remains readable.

Request

Path parameters

string
required
App reference: app_<hex> or <namespace>/<app_name>.

Example request

Response

200 success

The payload is wrapped in data. Fields:
array
required
Versions, newest first.

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.