Runs & Results
Get upstream call detail
Read the full request and response payload for one upstream call.
GET
Get upstream call detail
GET https://api-datahub.octoparse.com/v1/runs/{run_id}/upstream-calls/{call_id}
Authentication: API key required, and only the app author (publisher) may call it. Everyone else gets 404.
Full capture for one trail entry: request (query / body) and response body. Oversized response bodies are truncated on write; see response_truncated. Auth rules match the list endpoint.
Request
Path parameters
string
required
Debug run id.
integer
required
Trail entry id from
items[].call_id on the list endpoint.Example request
Response
200 success
data. Fields:
integer
required
—
integer
required
—
integer
required
—
string
required
—
string
required
—
string
required
—
integer
—
string
—
integer
—
boolean
Whether the response body was truncated on write.
string
required
—
object
Request content (query / headers / body; sensitive values redacted).
string
Upstream response body.
Errors
Error responses use
{"error": {code, category, message, retryable}}. See Errors.