---
title: "Get custom activity types"
method: GET
path: "/activity-types"
tags: ["activity-types"]
---

# Get custom activity types

`GET /activity-types`

Returns all custom activity type definitions for the organization.

**Rate limit:** 10 requests per minute

## Response `200`

- GetActivityTypesResponseBody
  - `data` ActivityType[] — The data payload of the response.
    - `icon_url` string — The icon url of the activity type.
    - `id` string — The ID of the activity type.
    - `label` string — The label of the activity type.
    - `slug` string — The slug of the activity type.
  - `pagination` Pagination
    - `cursor` string, required — The cursor for the next page of results.
    - `has_next_page` boolean, required — Indicates if there is a next page of results.
  - `request_id` string — The request ID for tracking.

## Other responses

- `400` — The request was invalid or could not be completed.
- `404`
- `500` — An unexpected internal error occurred.

---

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