Skip to main content
GET
List reporter versions

Authorizations

Authorization
string
header
required

Bearer token issued by Softmax

Path Parameters

reporter_id
string
required

Reporter whose versions 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:100

Maximum versions returned.

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

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

Response

Successful Response

id
string
required

Reporter version ID.

reporter_id
string
required

Reporter identity this version belongs to.

name
string
required

Owner-scoped reporter name.

version
integer
required

Monotonically increasing version number within the reporter.

content_hash
string
required

SHA-256 digest of the WebAssembly module.

size_bytes
integer
required

WebAssembly module size in bytes.

world
string
required

Reporter interface version required by the module.

attributes
Attributes · object
required

Validated contract declared by this version.

granted_limits
Granted Limits · object
required

Resource limits granted to each run.

player_id
string | null
required

Player associated with this version, if any.

created_at
string<date-time>
required

Time this version was created.