Skip to main content
GET
List reporter outputs

Authorizations

Authorization
string
header
required

Bearer token issued by Softmax

Path Parameters

reporter_id
string
required

Reporter whose outputs will be listed.

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

Query Parameters

limit
integer
default:50

Maximum outputs returned.

Required range: 1 <= x <= 200
cursor
string | null

Continuation token from the previous response's X-Next-Cursor header.

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.