---
title: "Get list of activities by ids. This does not include notes, call, email and calender activities."
method: POST
path: "/api/external/activity-fetch"
tags: ["Other APIs"]
---

# Get list of activities by ids. This does not include notes, call, email and calender activities.

`POST /api/external/activity-fetch`

**The below table describes the required input**

| <h3>Params</h3>     | <h3>Data Type</h3> | <h3>Required</h3> |
| ------------------- | ------------------ | ----------------- |
| activity_ids        | array              | True              |

**Sample Payload**
```
{
  "activity_ids": [1, 2, 3]
}
```

## Headers

- `RF-Api-Key` string, required

## Request body

- object
  - `activity_ids` integer[] — list of activity ids whose details are to be fetched.

## Response `200`

Auto generated using Swagger Inspector

## Changes

- **2026-08-13** `febc104d89ff` — 1 breaking
  - the `header` request parameter `RF-Api-Key` became required

[Change history](https://skmtc.dev/recruiterflow/apis/recruiterflow-api-documentation/changes/api/external/activity-fetch/post.md)

---

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