---
title: "Get post-install scripts"
method: GET
path: "/api/vps/v1/post-install-scripts"
tags: ["VPS: Post-install scripts"]
---

# Get post-install scripts

`GET /api/vps/v1/post-install-scripts`

Retrieve post-install scripts associated with your account.

Use this endpoint to view available automation scripts for VPS deployment.

## Query parameters

- `page` integer

## Response `200`

Success response

- object
  - `data` VPSV1PostInstallScriptPostInstallScriptResource[] — Array of [`VPS.V1.PostInstallScript.PostInstallScriptResource`](#model/vpsv1postinstallscriptpostinstallscriptresource)
    - `id` integer — Post-install script ID
    - `name` string — Name of the script
    - `content` string — Content of the script
    - `created_at` string, date-time
    - `updated_at` string, date-time
  - `meta` CommonSchemaPaginationMetaSchema
    - `current_page` integer
    - `per_page` integer
    - `total` integer

## Other responses

- `401` — Unauthenticated response
- `500` — Error response

---

[API](https://skmtc.net/hostinger/apis/hostinger-api.md) · [All operations](https://skmtc.net/hostinger/apis/hostinger-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hostinger/hostinger-api/revisions/74abfea76e36/schema)
