Skip to main content
GET
SDK (@phosra/sdk)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

jobID
string<uuid>
required

Response

Per-platform enforcement results

id
string<uuid>

Unique identifier for this resource.

enforcement_job_id
string<uuid>

Unique identifier (UUID) for the related resource.

Unique identifier (UUID) for the related resource.

platform_id
string

Identifier of the associated platform.

status
enum<string>

Current lifecycle state of the resource.

Available options:
pending,
running,
completed,
failed,
partial
rules_applied
integer

Number of rules successfully applied to the target during this run.

rules_skipped
integer

Number of rules skipped because the target does not support that category.

rules_failed
integer

Number of rules that returned an error while being applied.

error_message
string | null

Human-readable error detail when the operation failed; null on success.

details
object

Free-form provider response payload captured for debugging.

started_at
string<date-time> | null

RFC 3339 timestamp of when the job started running.

completed_at
string<date-time> | null

RFC 3339 timestamp of when the job finished.