Publishing
発行者レイテンシ
公開 App の実行時間百分位(p50/p90/p95/p99/max)。次元内訳可。
GET
発行者レイテンシ
GET https://api-datahub.octoparse.com/v1/publisher/usage/latency
Authentication: API key required (Authorization: Bearer <API Key>).
Run duration for your apps: p50 / p90 / p95 / p99 / max of finished_at - started_at (milliseconds) over a bounded range, optionally broken down by app or by version (slowest p95 first). Ownership, range, and filter semantics match Publisher usage. Samples are every finished run that has a start time (including failures and cancellations—the distribution describes the runs themselves, not only successes). Percentiles are null when there are no samples. Percentiles need run details, so both bounds are required and the span must be at most 92 days.
Request
Query parameters
string
Optional single dimension:
data_app by app, version by version. Default returns range totals only.string[]
Limit to these apps. Repeatable.
string
Inclusive start. Required.
string
Exclusive end. Required.
string
Limit to one call channel.
boolean
デフォルト:"False"
Whether to include author debug runs.
Example request
Response
200 success
data. Fields:
object
必須
The range actually used.
object
必須
Range totals:
samples and each percentile in milliseconds.string
Dimension actually used, or omitted/empty when totals only.
object[]
Group rows with the same metrics plus dimension keys.
Errors
Error responses use
{"error": {code, category, message, retryable}}. See Errors.