---
title: "GET /v1/metrics/recent-activity"
method: GET
path: "/v1/metrics/recent-activity"
---

# GET /v1/metrics/recent-activity

`GET /v1/metrics/recent-activity`

Get recent workflow run activity

## Query parameters

- `limit` integer
- `status` string

## Response `200`

OK

- GetRecentActivitySuccessResponse
  - `code` integer
  - `data` GithubComB3FunB3MonoServicesB3osWorkflowInternalPkgEntityRecentRun[]
    - `durationMs` number
    - `error` string
    - `finishedAt` string
    - `runId` string
    - `startedAt` string
    - `status` 'running' | 'waiting' | 'success' | 'failure' | 'cancelled'
    - `workflowId` string
    - `workflowName` string
  - `message` string
  - `requestId` string

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/b3-fun/apis/b3os-workflow-api.md) · [All operations](https://skmtc.net/b3-fun/apis/b3os-workflow-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/b3-fun/b3os-workflow-api/versions/5a750a5a9596/schema)
