---
title: "List binaries"
method: GET
path: "/fastedge/v1/binaries"
tags: ["Binaries"]
---

# List binaries

`GET /fastedge/v1/binaries`

Retrieve all WebAssembly binaries owned by the authenticated client.
Binaries can be shared across multiple applications and include both WASI and Proxy-WASM formats.

## Response `200`

Returns list of all WebAssembly binaries owned by the client

- object
  - `binaries` BinaryShort[], required
    - `id` integer, required — Binary ID
    - `status` integer, required — Status code: 0 - pending 1 - compiled 2 - compilation failed (errors available) 3 - compilation failed (errors not available) 4 - resulting binary exceeded the limit 5 - unsupported source language
    - `unref_since` string — Not used since (UTC)
    - `api_type` string, required — Wasm API type
    - `checksum` string — MD5 hash of the binary
    - `source` integer — Source language: 0 - unknown 1 - Rust 2 - JavaScript 3 - Go

---

[API](https://skmtc.net/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.net/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
