Skip to main content
GET
List reporter run outputs

Authorizations

Authorization
string
header
required

Bearer token issued by Softmax

Path Parameters

reporter_run_id
string
required

Completed reporter run to inspect.

Pattern: ^rrun_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

Response

Successful Response

id
string
required

Output part ID.

reporter_id
string
required

Reporter that produced the output.

reporter_run_id
string | null
required

Run that produced the output. External submissions return null.

name
string
required

Declared output part name.

type
string
required

Declared output part type.

size_bytes
integer
required

Output size in bytes.

content_hash
string
required

SHA-256 digest of the output body.

media_type
string | null
required

Media type supplied for a file output, if any.

created_at
string<date-time>
required

Time the output was stored.

url
string
required

Relative URL for downloading the output body.