---
title: "List function revisions"
method: GET
path: "/compute/funcs/{id}/revisions"
tags: ["functions"]
---

# List function revisions

`GET /compute/funcs/{id}/revisions`

Lists a function's ship history newest first, including per-ship failure stage and reason when recorded.

## Path parameters

- `id` string, required

## Query parameters

- `page[number]` integer
- `page[size]` integer

## Response `200`

Function revisions retrieved successfully

- RevisionListResponse
  - `meta` FunctionsObservabilityPaginationMeta
    - `total_pages` integer
    - `total_results` integer
    - `page_number` integer
    - `page_size` integer
  - `data` Revision[]
    - `record_type` string
    - `revision_id` string
    - `image` string
    - `commit_sha` string
    - `shipped_by` string
    - `shipped_at` string, date-time
    - `build_status` string
    - `deploy_status` string
    - `active` boolean
    - `failure_stage` string
    - `failure_reason` string
    - `build_ok_at` string, date-time

## Other responses

- `400` — Invalid function ID
- `401` — Unauthorized
- `404` — Function not found
- `500` — Internal server error

## Changes

> 99 revisions in range; 1 not diffed.

- **2026-09-16** `a6a61a29ecdd` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/changes/compute/funcs/:id/revisions/get.md)

---

[API](https://skmtc.dev/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/revisions/227c33b1ac9c?raw)
