---
title: "Latest served app build for a workflow"
method: GET
path: "/v1/agent-runs/latest-app-build"
tags: ["agent-runs"]
---

# Latest served app build for a workflow

`GET /v1/agent-runs/latest-app-build`

Most recent served app build for a workflow; build is null when none exists yet.

## Query parameters

- `workflowId` string, required

## Response `200`

OK

- LatestAppBuildSuccessResponse
  - `code` integer
  - `data` LatestAppBuildResponse
    - `build` LatestAppBuild
      - `appUrl` string
      - `buildId` string
      - `createdAt` string
      - `workflowId` string
  - `message` string
  - `requestId` string

---

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