Amplitude
Product analytics events and cohorts.
AnalyticsAPI key54 endpoints
Endpoints
| Operation | Method & path | Effect | Latency | Rate | Cost |
|---|---|---|---|---|---|
AMPLITUDE_ASSIGN_ANNOTATIONS_TO_CATEGORY Tool to bulk assign multiple annotations to a category in Amplitude. Use when you need to organize annotations by assigning them to a specific category. | POST /composio/amplitude/amplitude_assign_annotations_to_category | external_send | — | — | managed |
AMPLITUDE_CANCEL_DELETION Cancel a pending user deletion request in Amplitude. Use this to remove a user from a scheduled deletion job before it completes. Only works on deletion jobs in 'Staging' status (not yet submitted). | POST /composio/amplitude/amplitude_cancel_deletion | external_send | — | — | managed |
AMPLITUDE_CHECK_COHORT_STATUS Check the status of a cohort export request. This action allows you to: - Poll the status of an in-progress cohort download request - Determine if a cohort is ready for download | POST /composio/amplitude/amplitude_check_cohort_status | external_send | — | — | managed |
AMPLITUDE_CREATE_ANNOTATION Create a chart annotation in Amplitude to mark important dates. Use to highlight key events like feature releases, marketing campaigns, or product updates on analytics charts. | POST /composio/amplitude/amplitude_create_annotation | external_send | — | — | managed |
AMPLITUDE_CREATE_ANNOTATION_CATEGORY Tool to create an annotation category in Amplitude to organize annotations. Use when you need to create a new category for grouping related annotations. | POST /composio/amplitude/amplitude_create_annotation_category | external_send | — | — | managed |
AMPLITUDE_CREATE_EVENT_CATEGORY Create a new event category in Amplitude. This action allows you to: - Create a new event category to organize event types - Validate category name before creation Key features: - Creates event categories for organizing events - Returns success/failure status | POST /composio/amplitude/amplitude_create_event_category | external_send | — | — | managed |
AMPLITUDE_CREATE_EVENT_TYPE Create a new event type in Amplitude. This action allows you to: - Define a new event type with various properties - Associate the event with a category - Add metadata like description, tags, and owner Key features: - Creates trackable events in your Amplitude project - Supports full event type configuration | POST /composio/amplitude/amplitude_create_event_type | external_send | — | — | managed |
AMPLITUDE_CREATE_RELEASE Create a release to document product changes. Use when you want to track app version releases and their impact on metrics. Can be integrated into deployment workflows to automatically log releases in Amplitude. | POST /composio/amplitude/amplitude_create_release | external_send | — | — | managed |
AMPLITUDE_DELETE_ANNOTATION Delete a chart annotation from Amplitude. Use to remove existing annotations from charts. | POST /composio/amplitude/amplitude_delete_annotation | external_send | — | — | managed |
AMPLITUDE_DELETE_ANNOTATION_CATEGORY Delete an annotation category from Amplitude. Use when you need to remove an annotation category that is no longer needed. | POST /composio/amplitude/amplitude_delete_annotation_category | external_send | — | — | managed |
AMPLITUDE_DELETE_EVENT_CATEGORY Delete an event category from Amplitude. This action allows you to: - Delete an existing event category - Remove category organization from events Key features: - Permanently removes event categories - Returns success/failure status | POST /composio/amplitude/amplitude_delete_event_category | external_send | — | — | managed |
AMPLITUDE_DELETE_EVENT_TYPE Delete an event type from Amplitude. This action allows you to: - Remove an event type from your project - Mark live events as deleted - Remove planned events from the tracking plan Key features: - Different behavior based on event status (live, planned, etc.) - Returns success/failure status | POST /composio/amplitude/amplitude_delete_event_type | external_send | — | — | managed |
AMPLITUDE_DELETE_USERS Submit user deletion requests for GDPR/CCPA compliance. Supports up to 100 users per request. Use when you need to delete user data from Amplitude in compliance with privacy regulations. Either amplitude_ids or user_ids must be provided. | POST /composio/amplitude/amplitude_delete_users | external_send | — | — | managed |
AMPLITUDE_DOWNLOAD_COHORT_FILE Download the cohort file after request is complete. Use this action after checking that the cohort status is 'JOB COMPLETED'. The download link is valid for 7 days, but the S3 link is valid for only 1 minute. | POST /composio/amplitude/amplitude_download_cohort_file | external_send | — | — | managed |
AMPLITUDE_FIND_USER Search for users in Amplitude by canonical identifier (Amplitude ID, device ID, user ID, or user ID prefix). Use this to find matching Amplitude IDs for deterministic user mapping. Important: This searches only canonical identifiers (Amplitude ID, device_id, user_id), NOT arbitrary user properties like email unless email is your actual user_id. | GET /composio/amplitude/amplitude_find_user | none | — | — | managed |
AMPLITUDE_GET_ACTIVE_USERS Get the number of active or new users for a date range with optional segmentation. Use when you need user count metrics aggregated by day, week, or month, optionally grouped by user properties. | GET /composio/amplitude/amplitude_get_active_users | none | — | — | managed |
AMPLITUDE_GET_ANNOTATION Get a single chart annotation by ID from Amplitude. Use when you need to retrieve detailed information about a specific annotation including its label, timestamps, category, and associated chart. | GET /composio/amplitude/amplitude_get_annotation | none | — | — | managed |
AMPLITUDE_GET_ANNOTATION_CATEGORY Get a single annotation category by ID from Amplitude. Use when you need to retrieve details about a specific annotation category. | GET /composio/amplitude/amplitude_get_annotation_category | none | — | — | managed |
AMPLITUDE_GET_COHORT Get a single cohort by ID and initiate download. This action allows you to: - Request a specific cohort from Amplitude - Optionally include user properties in the response - Start the asynchronous download process Key features: - Supports filtering by specific user properties - Returns a request ID used for polling status and downloading - Supports EU data residency | GET /composio/amplitude/amplitude_get_cohort | none | — | — | managed |
AMPLITUDE_GET_DELETION_REQUESTS Get the status of user deletion requests within a date range. Use this to track GDPR/CCPA deletion compliance and monitor deletion job progress. | GET /composio/amplitude/amplitude_get_deletion_requests | none | — | — | managed |
AMPLITUDE_GET_EVENT_CATEGORIES Get event categories from Amplitude. This action allows you to: - Get all event categories in your project - Get a specific category by name | GET /composio/amplitude/amplitude_get_event_categories | none | — | — | managed |
AMPLITUDE_GET_EVENT_PROPERTY Get a specific event property from Amplitude taxonomy. Use when you need to retrieve details about a specific event property including its type, validation rules, and metadata. | GET /composio/amplitude/amplitude_get_event_property | none | — | — | managed |
AMPLITUDE_GET_EVENT_SEGMENTATION Get event segmentation data from Amplitude Analytics API. Use this to analyze event metrics over time with optional grouping by properties. Supports multiple metrics (uniques, totals, percentage of DAU, averages) and time intervals (realtime, hourly, daily, weekly). | GET /composio/amplitude/amplitude_get_event_segmentation | none | — | — | managed |
AMPLITUDE_GET_EVENT_TYPE Get a specific event type from Amplitude by name. This action allows you to: - Retrieve detailed information about a single event type - Get all properties and metadata for the event Key features: - Retrieves comprehensive event type details - Returns metadata like category, description, and settings - Supports lookup by exact event name | GET /composio/amplitude/amplitude_get_event_type | none | — | — | managed |
AMPLITUDE_GET_EVENT_TYPES Get all event types from Amplitude. This action allows you to: - Retrieve all event types in your project - Optionally include deleted events | GET /composio/amplitude/amplitude_get_event_types | none | — | — | managed |
AMPLITUDE_GET_FUNNEL_DATA Get funnel analysis data showing user conversion through a sequence of events. Use this to analyze user drop-off rates and conversion times across multiple steps in a user journey. | GET /composio/amplitude/amplitude_get_funnel_data | none | — | — | managed |
AMPLITUDE_GET_REALTIME_ACTIVE_USERS Get real-time active users count from Amplitude. Returns active user counts with 5-minute granularity (configurable) for today and yesterday. Use this to monitor current user activity and compare with historical data. | GET /composio/amplitude/amplitude_get_realtime_active_users | none | — | — | managed |
AMPLITUDE_GET_RETENTION Get user retention analysis showing how users return over time after a starting action. Use when analyzing user engagement patterns, measuring feature stickiness, or understanding long-term user behavior across cohorts. | GET /composio/amplitude/amplitude_get_retention | none | — | — | managed |
AMPLITUDE_GET_REVENUE_LTV Get revenue lifetime value (LTV) metrics including ARPU, ARPPU, and total revenue. Use when you need to analyze revenue trends over time for user cohorts. | GET /composio/amplitude/amplitude_get_revenue_ltv | none | — | — | managed |
AMPLITUDE_GET_SESSION_AVERAGE Get average session length (in seconds) for a specified date range from Amplitude. Use when you need to analyze user engagement patterns and session duration trends over time. | GET /composio/amplitude/amplitude_get_session_average | none | — | — | managed |
AMPLITUDE_GET_SESSION_LENGTH Tool to retrieve session length distribution data for a specified date range from Amplitude. Use when you need to analyze how long users' sessions typically last or visualize session duration patterns across time buckets. | GET /composio/amplitude/amplitude_get_session_length | none | — | — | managed |
AMPLITUDE_GET_SESSIONS_PER_USER Tool to get average number of sessions per user for each day in a date range from Amplitude. Use when analyzing user engagement patterns or session frequency over time. | GET /composio/amplitude/amplitude_get_sessions_per_user | none | — | — | managed |
AMPLITUDE_GET_USER_ACTIVITY Fetch a single user's profile summary and event stream by Amplitude ID. Use when you need to extract attribution data (UTM parameters, referrers) from early events or user properties, or when analyzing user behavior patterns. | GET /composio/amplitude/amplitude_get_user_activity | none | — | — | managed |
AMPLITUDE_GET_USER_COMPOSITION Tool to get user composition breakdown by property (platform, version, country, etc.). Use when analyzing user distribution across property values during a date range. | GET /composio/amplitude/amplitude_get_user_composition | none | — | — | managed |
AMPLITUDE_GET_USER_MAPPINGS Get the list of user mappings for provided user IDs. Use when you need to retrieve aliasing relationships between user identifiers in Amplitude. Returns mapping data showing which users map into and out of the requested user IDs. | GET /composio/amplitude/amplitude_get_user_mappings | none | — | — | managed |
AMPLITUDE_GET_USER_PROPERTY Get a specific user property from Amplitude taxonomy. Use when you need to retrieve details about a specific user property including its type, validation rules, and classifications. | GET /composio/amplitude/amplitude_get_user_property | none | — | — | managed |
AMPLITUDE_IDENTIFY Update user properties using Amplitude's Identify API. This action allows you to: - Set or update the User ID for a Device ID - Update user properties without sending an event - Perform operations on user properties (set, append, etc.) - Update user attributes like device info and location | POST /composio/amplitude/amplitude_identify | external_send | — | — | managed |
AMPLITUDE_LIST_ANNOTATION_CATEGORIES List all annotation categories from Amplitude. Use to retrieve available categories for chart annotations. | GET /composio/amplitude/amplitude_list_annotation_categories | none | — | — | managed |
AMPLITUDE_LIST_ANNOTATIONS Tool to get all chart annotations with optional filtering by category, chart, and date range. Use when you need to retrieve annotations that mark important events or milestones on Amplitude charts. | GET /composio/amplitude/amplitude_list_annotations | none | — | — | managed |
AMPLITUDE_LIST_COHORTS List all discoverable cohorts for an Amplitude project. This action allows you to: - Get a list of all cohorts in your Amplitude project - Optionally include sync information for each cohort Key features: - Returns cohort details including ID, name, size, and definition - Optionally includes sync metadata for integration with other tools - Supports EU data residency. An empty result may indicate insufficient permissions to view cohorts rather than an absence of cohorts in the project. | GET /composio/amplitude/amplitude_list_cohorts | none | — | — | managed |
AMPLITUDE_LIST_EVENT_PROPERTIES Get all event properties from Amplitude, optionally filtered by event type or property name. Use when you need to retrieve property definitions, data types, or validation rules for events. | GET /composio/amplitude/amplitude_list_event_properties | none | — | — | managed |
AMPLITUDE_LIST_EVENTS Tool to get a list of all event types in your Amplitude project with current week's statistics. Use when you need to see all events and their recent activity metrics including totals, uniques, and DAU percentages. | GET /composio/amplitude/amplitude_list_events | none | — | — | managed |
AMPLITUDE_LIST_USER_PROPERTIES Tool to get all user properties in your Amplitude project. Use when you need to retrieve the complete list of user properties including both default and custom properties. | GET /composio/amplitude/amplitude_list_user_properties | none | — | — | managed |
AMPLITUDE_MAP_USER Map users with different user IDs together (alias/merge users) in Amplitude. Use this to merge user identities across different identifiers or unmap previously merged users. Supports up to 2000 mappings per request with 1MB size limit. | POST /composio/amplitude/amplitude_map_user | external_send | — | — | managed |
AMPLITUDE_RESTORE_EVENT_TYPE Restore a deleted event type in Amplitude. This action allows you to: - Restore a previously deleted event type - Make the event available again in the UI and API Key features: - Undoes the deletion of an event type - Returns success/failure status | POST /composio/amplitude/amplitude_restore_event_type | external_send | — | — | managed |
AMPLITUDE_SEND_EVENTS Send events to Amplitude using the HTTP V2 API. This action allows you to send events to Amplitude for tracking user behavior and analytics. It supports all Amplitude event fields, handles proper validation, and includes comprehensive error handling. | POST /composio/amplitude/amplitude_send_events | external_send | — | — | managed |
AMPLITUDE_SET_GROUP_PROPERTIES Set group properties for account-level reporting without sending an event. Use this action to update group attributes like company name, industry, or plan type. Requires Enterprise plan with Accounts add-on. | POST /composio/amplitude/amplitude_set_group_properties | external_send | — | — | managed |
AMPLITUDE_UPDATE_ANNOTATION Tool to update an existing chart annotation in Amplitude. Use when you need to modify annotation properties such as label, timestamps, category, or chart association. Supports partial updates - only include fields you want to change. | POST /composio/amplitude/amplitude_update_annotation | external_send | — | — | managed |
AMPLITUDE_UPDATE_ANNOTATION_CATEGORY Tool to update an annotation category in Amplitude. Use when you need to rename or modify an existing annotation category for organizing chart annotations. | POST /composio/amplitude/amplitude_update_annotation_category | external_send | — | — | managed |
AMPLITUDE_UPDATE_COHORT_MEMBERSHIP Incrementally update cohort membership by adding or removing IDs. This action allows you to: - Add new IDs to an existing cohort - Remove IDs from an existing cohort - Perform multiple operations in a single request | POST /composio/amplitude/amplitude_update_cohort_membership | external_send | — | — | managed |
AMPLITUDE_UPDATE_EVENT_CATEGORY Update an existing event category in Amplitude. This action allows you to: - Update the name of an existing event category - Validate the new category name Key features: - Updates category names - Returns success/failure status | POST /composio/amplitude/amplitude_update_event_category | external_send | — | — | managed |
AMPLITUDE_UPDATE_EVENT_TYPE Update an existing event type in Amplitude. This action allows you to: - Change event type properties - Update event name, category, metadata, and settings - Modify display name for ingested events Key features: - Updates event type configuration - Supports partial updates (only specified fields are changed) | POST /composio/amplitude/amplitude_update_event_type | external_send | — | — | managed |
AMPLITUDE_UPLOAD_BATCH_EVENTS Bulk upload events to Amplitude using the Batch Event Upload API. Supports larger payloads (20MB) and higher throttling limits than HTTP V2 API. Use when you need to send large batches of events efficiently. | POST /composio/amplitude/amplitude_upload_batch_events | external_send | — | — | managed |
AMPLITUDE_UPLOAD_COHORT Generate a new cohort or update an existing cohort by uploading user IDs or Amplitude IDs. Use when you need to create cohorts from a specific list of users. | POST /composio/amplitude/amplitude_upload_cohort | external_send | — | — | managed |