---
title: "List app services"
method: GET
path: "/api/v1/apps/services"
tags: ["Raff Apps"]
---

# List app services

`GET /api/v1/apps/services`

List app services for the authenticated account.

## Query parameters

- `project_id` string, uuid
- `service_type` 'web' | 'private' | 'worker' | 'cron' | 'job'
- `status` string

## Response `200`

List of app services

- object
  - `success` boolean
  - `services` AppService[]
    - `id` string, uuid
    - `service_id` string — Short reference id used in URLs
    - `project_id` string, uuid
    - `name` string — Display name, unique within the project
    - `slug` string — URL label — the name plus a short random suffix
    - `description` string
    - `service_type` 'web' | 'private' | 'worker' | 'cron' | 'job'
    - `source_type` 'git' | 'image' | 'template' | 'compose'
    - `builder` 'buildpacks' | 'dockerfile' | 'image'
    - `repo_full_name` string — GitHub source only (owner/name)
    - `repo_branch` string
    - `repo_root_dir` string
    - `dockerfile_path` string
    - `image_ref` string — Prebuilt image source only
    - `start_command` string
    - `tier_id` integer — Pricing tier ID (see `GET /api/v1/apps/tiers`)
    - `tier_name` string
    - `replicas` integer
    - `autoscaling_enabled` boolean
    - `min_replicas` integer
    - `max_replicas` integer
    - `autoscaling_metric` string
    - `autoscaling_target` integer
    - `scale_to_zero` boolean
    - `http_port` integer
    - `health_check_path` string
    - `cron_schedule` string — Cron services only
    - `cron_timezone` string
    - `region` string
    - `url` string — Public HTTPS endpoint (web services; automatic TLS)
    - `internal_host` string — In-cluster hostname (private services)
    - `status` 'pending' | 'building' | 'deploying' | 'live' | 'paused' | 'suspended' | 'error' | 'deleting' | 'deleted'
    - `status_message` string
    - `paused_by_cap` boolean — True when a spend cap paused the service
    - `billing_type` 'payg' | 'subscription'
    - `current_deployment_id` string, uuid
    - `created_at` string, date-time
    - `updated_at` string, date-time

## Other responses

- `401` — Authentication required

## Changes

- **2026-08-20** `efd3c11c5c92` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/rafftechnologies/apis/raff-api/changes/api/v1/apps/services/get.md)

---

[API](https://skmtc.dev/rafftechnologies/apis/raff-api.md) · [All operations](https://skmtc.dev/rafftechnologies/apis/raff-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rafftechnologies/raff-api/revisions/2f4df56be77c/schema)
