> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hawkings.education/llms.txt
> Use this file to discover all available pages before exploring further.

# The ScormPackage object

> An exportable SCORM zip generated from a cohort.

```json Example theme={null}
{
  "id": "pak_01HX9N5AB3...",
  "object": "scorm_package",
  "cohort_id": "coh_01HX9...",
  "version": "2004",
  "status": "ready",
  "size_bytes": 42_300_000,
  "download_url": "https://api.hawkings.education/v1/scorm/pak_01HX9.../download",
  "expires_at": "2026-08-10T12:34:56Z",
  "created_at": "2026-05-10T12:34:56Z"
}
```

## Attributes

<ResponseField name="id" type="string">Prefix `pak_`.</ResponseField>

<ResponseField name="cohort_id" type="string" />

<ResponseField name="version" type="enum">`1.2` | `2004`.</ResponseField>
<ResponseField name="status" type="enum">`pending` | `ready` | `error`.</ResponseField>

<ResponseField name="size_bytes" type="integer | null" />

<ResponseField name="download_url" type="string | null">Signed URL, valid for 24h.</ResponseField>
<ResponseField name="expires_at" type="string">When the runtime stops accepting calls from this package.</ResponseField>
