---
title: "Returns the activity feed for the project's deployed models."
method: GET
path: "/projects/{project_id}/foundry/deployed-models/activity"
tags: ["Foundry"]
---

# Returns the activity feed for the project's deployed models.

`GET /projects/{project_id}/foundry/deployed-models/activity`

## Path parameters

- `project_id` string, required

## Response `200`

- ListActivityResponse
  - `events` SelfServeActivityEvent[] — Activity events, most recent first.
    - `event_type` string — Event type identifier.
    - `message` string — Human-readable event message.
    - `timestamp` string — RFC 3339 timestamp of the event.
    - `title` string — Short event title.
    - `updated_by` string — Identity that triggered the event.
  - `next_cursor` string — Cursor for the next page of events, if any.

## Other responses

- `401` — Error Authentication Failed
- `403` — Error Permissions
- `500` — Error Internal Server

---

[API](https://skmtc.net/crusoecloud/apis/crusoe-cloud-api-gateway.md) · [All operations](https://skmtc.net/crusoecloud/apis/crusoe-cloud-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crusoecloud/crusoe-cloud-api-gateway/versions/a3fd2dedc72b/schema)
