Specific API Endpoints
Get Threads
Retrieve threads with filtering options for pagination, IDs, users, search terms, projects, intents, segments, and date ranges
GET
/
threads
Authorizations
Your Melodi API key
Query Parameters
Single thread ID or list of thread IDs to filter by
Single external user ID or list of external user IDs to filter by
Search term to filter threads
Search term to filter by user
ID of the project to filter threads by
Single intent ID or list of intent IDs to filter by
Single user segment ID or list of user segment IDs to filter by
Filter threads created before this date (ISO 8601 format, e.g. 2024-03-21T00:00:00Z)
Filter threads created after this date (ISO 8601 format, e.g. 2024-03-21T00:00:00Z)
Number of threads to return per page
Page index for pagination
Was this page helpful?