Trend
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
Create
Path Parameters
- project_idstring
Query Parameters
- formatstringOne of:"csv""json"
Request Parameters
- eventsarrayEvents to filter on. One of eventsoractionsis required.
- actionsarrayActions to filter on. One of eventsoractionsis required.
- propertiesFilter events by event property, person property, cohort, groups and more. 
- filter_test_accountsbooleanWhether to filter out internal and test accounts. See "project settings" in your PostHog account for the filters. 
- date_fromstringDefault:-7dWhat date to filter the results from. Can either be a date 2021-01-01, or a relative date, like-7dfor last seven days,-1mfor last month,mStartfor start of the month oryStartfor the start of the year.
- date_tostringDefault:-7dWhat date to filter the results to. Can either be a date 2021-01-01, or a relative date, like-7dfor last seven days,-1mfor last month,mStartfor start of the month oryStartfor the start of the year.
- breakdownstringA property or cohort to break down on. You can select the type of the property with breakdown_type. - event(default): a property key
- person: a person property key
- cohort: an array of cohort IDs (ie- [9581,5812])
 
- breakdown_typestringDefault:eventOne of:"event""person""cohort""group""session""hogql"Type of property to break down on. 
- displaystringDefault:ActionsLineGraphOne of:"ActionsLineGraph""ActionsLineGraphCumulative""ActionsTable""ActionsPie""ActionsBar""ActionsBarValue""WorldMap""BoldNumber"How to display the data. Will change how the data is returned. 
- formulastringCombine the result of events or actions into a single number. For example A + Bor(A-B)/B. The letters correspond to the order of theeventsoractionslists.
- comparebooleanFor each returned result show the current period and the previous period. The result will contain compare:trueand acompare_labelwith eithercurrentorprevious.
Response
Request
POST 
Response