Skip to main content
GET
Get policy version

Authorizations

Authorization
string
header
required

Bearer token issued by Softmax

Path Parameters

policy_version_id
string<uuid>
required

Policy version to return.

Response

Successful Response

user_id
string | null
required

User who owns this resource, or null for a Coworld-owned resource.

id
string<uuid>
required

Policy version ID.

policy_id
string<uuid>
required

Policy that contains this version.

name
string
required

Name of the policy.

version
integer
required

Version number within the policy.

created_at
string<date-time>
required

Time when the version was created.

policy_created_at
string<date-time>
required

Time when the parent policy was created.

user
UserRow · object | null

Public details for the owning user.

owner_coworld_name
string | null

Coworld that owns this resource, or null for a user-owned resource.

tags
Tags · object

Owner-supplied tags keyed by tag name.

attributes
Attributes · object

Runtime and packaging metadata for the version.

internal_id
integer | null

Internal numeric ID, when visible to the caller.

container_image_id
string | null

Container image used by this version, when visible to the caller.