---
title: "Get activity by id"
method: GET
path: "/v1/activity/{activity_id}"
tags: ["Activity"]
---

# Get activity by id

`GET /v1/activity/{activity_id}`

Retrieves the activity by it's id.

## Path parameters

- `activity_id` string, required

## Response `200`

activity retrieved successfully

- Activity[]
  - `id` integer — ID of the activity entry
  - `contact_id` integer — Meta ID of the contact
  - `activity_type_name` string — Name of the activity type
  - `post_id` string — ID of Post
  - `automation_name` string — Name of the Automation
  - `campaign_name` string — Name of the Campaign
  - `fields` object — Key/Value pairs of fields for the activity
  - `last_updated_on` string, date-time — Last updated timestamp
  - `created_on` string, date-time — Created timestamp

## Other responses

- `404` — Activity type not found
- `500` — Server error

---

[API](https://skmtc.net/ellipsend/apis/ellipsend-api.md) · [All operations](https://skmtc.net/ellipsend/apis/ellipsend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ellipsend/ellipsend-api/versions/1031d523652c/schema)
