{"info":{"_postman_id":"269fbecb-73fc-4612-9b1f-2e44e8267022","name":"Analytics API","description":"<html><head></head><body><p>All things Evolv analytics.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"9965767","collectionId":"269fbecb-73fc-4612-9b1f-2e44e8267022","publishedId":"2s8Z73xqBx","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-01-05T19:21:08.000Z"},"item":[{"name":"Collections","item":[{"name":"Query Statistics Related to Candidates","id":"7782a6e9-c57d-4e0e-8455-d021cd2b2cee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"environment\": \"l0w4rp00lk\",\n  \"organization\": \"q9n4l6c4jj\",\n  \"time_range\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"active_candidates\": \"<boolean>\",\n  \"candidates\": [\n    \"q40b7m23n3a4:ps55zlagd9:29\",\n    \"gkqdvbl4tev5:iwxqc2nzc2:0793\"\n  ],\n  \"contaminations\": \"INCLUDE\",\n  \"experiments\": [\n    \"4xjfd1tzbg\",\n    \"ommgv58pfd\"\n  ],\n  \"filter\": {},\n  \"groups\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"score\": {\n    \"function\": \"<string>\",\n    \"params\": {\n      \"type\": \"<string>\",\n      \"value_key\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  },\n  \"variants\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://analytics.evolv.ai/v1/collections/candidate_stats","description":"<p>Create query for candidate statistics.</p>\n<ul>\n<li><code>organization</code>: (Required) Id of organization to find results for </li>\n<li><code>environment</code>: (Required) Id of environment to find results for </li>\n<li><code>time_range</code>: (Required) Range of time to query for, two epoch timestamps (ms), [inclusive, exclusive] </li>\n<li><code>filter</code>: JSON object describing filters to apply to the query </li>\n<li><code>score</code>: JSON object describing what scoring function to use <ul>\n<li><code>function</code>: (Required) Scoring function to use for scoring collection data: [event, value] </li>\n<li><code>params</code>: Parameters to be given to scoring function <ul>\n<li><code>type</code>: Name of the conversion event </li>\n<li><code>value_key</code>: Name of the value event, tokenized as a list of strings</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><code>groups</code>: Array of experiment group ids to produce results for </li>\n<li><code>experiments</code>: Array of experiment ids to produce results for </li>\n<li><code>active_candidates</code>: Boolean representing whether the query must return only active or inactive candidates </li>\n<li><code>candidates</code>: DEPRECATED Array of candidate ids to produce results for, must use \"experiments\" parameter if using \"candidates\" </li>\n<li><code>variants</code>: DEPRECATED Array of variant ids to produce results for, must use \"experiments\" parameter if using \"variants\" </li>\n<li><code>contaminations</code>: DEPRECATED Toggle sessions to either EXCLUDE, INCLUDE, or INCLUDE_ONLY contaminated sessions (Default = EXCLUDE)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"269fbecb-73fc-4612-9b1f-2e44e8267022","id":"269fbecb-73fc-4612-9b1f-2e44e8267022","name":"Analytics API","type":"collection"}},"urlObject":{"path":["collections","candidate_stats"],"host":["https://analytics.evolv.ai/v1"],"query":[],"variable":[]}},"response":[{"id":"66bcb9e3-16bc-4357-9586-0a04170888de","name":"Accepted","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"environment\": \"l0w4rp00lk\",\n  \"organization\": \"q9n4l6c4jj\",\n  \"time_range\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"active_candidates\": \"<boolean>\",\n  \"candidates\": [\n    \"q40b7m23n3a4:ps55zlagd9:29\",\n    \"gkqdvbl4tev5:iwxqc2nzc2:0793\"\n  ],\n  \"contaminations\": \"INCLUDE\",\n  \"experiments\": [\n    \"4xjfd1tzbg\",\n    \"ommgv58pfd\"\n  ],\n  \"filter\": {},\n  \"groups\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"score\": {\n    \"function\": \"<string>\",\n    \"params\": {\n      \"type\": \"<string>\",\n      \"value_key\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  },\n  \"variants\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://analytics.evolv.ai/v1/collections/candidate_stats"},"status":"Accepted","code":202,"_postman_previewlanguage":"text","header":[{"disabled":false,"description":{"content":"A URL the client should poll for a response status","type":"text/plain"},"key":"Location","value":"<string>"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"7782a6e9-c57d-4e0e-8455-d021cd2b2cee"},{"name":"Retrieve Candidate Stats","id":"bfa22617-f843-471f-8650-a8acfca475be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://analytics.evolv.ai/v1/collections/candidate_stats/:cursor_id?sort=<string>&fields=<string>&limit=<integer>&after_token=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"269fbecb-73fc-4612-9b1f-2e44e8267022","id":"269fbecb-73fc-4612-9b1f-2e44e8267022","name":"Analytics API","type":"collection"}},"urlObject":{"path":["collections","candidate_stats",":cursor_id"],"host":["https://analytics.evolv.ai/v1"],"query":[{"description":{"content":"<p>Comma separated attributes to sort by, prefix with '-' to sort in descending order, ascending by default.  </p>\n<p>Examples include:</p>\n<ul>\n<li><code>-min_timestamp</code> sorts results by min_timestamp in descending order</li>\n<li><code>min_timestamp,-environment</code> sorts first by min_timestamp in ascending order, then environment in descending order</li>\n</ul>\n<p>Attributes from the response body can be used to sort by</p>\n","type":"text/plain"},"key":"sort","value":"<string>"},{"description":{"content":"<p>Comma separated attributes to include in the response.</p>\n","type":"text/plain"},"key":"fields","value":"<string>"},{"description":{"content":"<p>Describes the max number of records to return</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>Assists with pagination, request returns all records that come after token</p>\n","type":"text/plain"},"key":"after_token","value":"<integer>"}],"variable":[{"id":"87e7ae8e-75ed-46b8-a904-95bc64f08ba2","description":{"content":"<p>(Required) Unique identifier used to find results</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"cursor_id"}]}},"response":[{"id":"34790ae1-c68f-4a5c-8553-0d97a933e9c5","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://analytics.evolv.ai/v1/collections/candidate_stats/:cursor_id?sort=<string>&fields=<string>&limit=<integer>&after_token=<integer>","host":["https://analytics.evolv.ai/v1"],"path":["collections","candidate_stats",":cursor_id"],"query":[{"description":"Comma separated attributes to sort by, prefix with '-' to sort in descending order, ascending by default.  \n\nExamples include:\n- `-min_timestamp` sorts results by min_timestamp in descending order\n- `min_timestamp,-environment` sorts first by min_timestamp in ascending order, then environment in descending order  \n\nAttributes from the response body can be used to sort by","key":"sort","value":"<string>"},{"description":"Comma separated attributes to include in the response.","key":"fields","value":"<string>"},{"description":"Describes the max number of records to return","key":"limit","value":"<integer>"},{"description":"Assists with pagination, request returns all records that come after token","key":"after_token","value":"<integer>"}],"variable":[{"key":"cursor_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"Urls describing how to get to the previous (prev), next, first and last page of results","type":"text/plain"},"key":"Links","value":"<string>"},{"disabled":false,"description":{"content":"The total number of results returned from the cursor","type":"text/plain"},"key":"X-Total-Count","value":"<string>"}],"cookie":[],"responseTime":null,"body":"{\n  \"items\": [\n    {\n      \"group\": \"<string>\",\n      \"experiment\": \"<string>\",\n      \"candidate\": \"<string>\",\n      \"sessions\": \"<integer>\",\n      \"conversions\": \"<integer>\",\n      \"value_per_session\": \"<float>\",\n      \"value_per_converting_session\": \"<float>\",\n      \"control_sessions\": \"<integer>\",\n      \"control_conversions\": \"<integer>\",\n      \"control_value_per_session\": \"<float>\",\n      \"control_value_per_converting_session\": \"<float>\",\n      \"ptbc\": \"<float>\",\n      \"ptba\": \"<float>\",\n      \"relative_performance\": [\n        \"<float>\",\n        \"<float>\"\n      ],\n      \"mature\": \"<boolean>\",\n      \"contaminations\": {\n        \"contaminating_sessions\": \"<integer>\",\n        \"contamination_reasons\": {},\n        \"rt_contaminating_sessions\": \"<integer>\"\n      },\n      \"unique_sessions\": \"<integer>\",\n      \"score\": \"<float>\",\n      \"control_unique_sessions\": \"<integer>\",\n      \"control_score\": \"<float>\",\n      \"alpha\": \"<float>\",\n      \"beta\": \"<float>\",\n      \"control_alpha\": \"<float>\",\n      \"control_beta\": \"<float>\"\n    },\n    {\n      \"group\": \"<string>\",\n      \"experiment\": \"<string>\",\n      \"candidate\": \"<string>\",\n      \"sessions\": \"<integer>\",\n      \"conversions\": \"<integer>\",\n      \"value_per_session\": \"<float>\",\n      \"value_per_converting_session\": \"<float>\",\n      \"control_sessions\": \"<integer>\",\n      \"control_conversions\": \"<integer>\",\n      \"control_value_per_session\": \"<float>\",\n      \"control_value_per_converting_session\": \"<float>\",\n      \"ptbc\": \"<float>\",\n      \"ptba\": \"<float>\",\n      \"relative_performance\": [\n        \"<float>\",\n        \"<float>\"\n      ],\n      \"mature\": \"<boolean>\",\n      \"contaminations\": {\n        \"contaminating_sessions\": \"<integer>\",\n        \"contamination_reasons\": {},\n        \"rt_contaminating_sessions\": \"<integer>\"\n      },\n      \"unique_sessions\": \"<integer>\",\n      \"score\": \"<float>\",\n      \"control_unique_sessions\": \"<integer>\",\n      \"control_score\": \"<float>\",\n      \"alpha\": \"<float>\",\n      \"beta\": \"<float>\",\n      \"control_alpha\": \"<float>\",\n      \"control_beta\": \"<float>\"\n    }\n  ],\n  \"meta\": {\n    \"next\": \"<string>\",\n    \"prev\": \"<string>\",\n    \"first\": \"<string>\",\n    \"last\": \"<string>\",\n    \"total_count\": \"<integer>\"\n  }\n}"}],"_postman_id":"bfa22617-f843-471f-8650-a8acfca475be"},{"name":"Query Timeseries Statistics Related to Candidates","id":"82c2bf09-db92-4eab-8517-546fcd969bf1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"environment\": \"z5e7g0bh6z\",\n  \"organization\": \"hq6fdtmdly\",\n  \"time_range\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"active_candidates\": \"<boolean>\",\n  \"candidates\": [\n    \"si65hxgpukqn:vypoqkiy59\",\n    \"ldfu28itsv7j:q1aj3vy7cn:44\"\n  ],\n  \"experiments\": [\n    \"89hacax7wb\",\n    \"7fdk12mjcd\"\n  ],\n  \"filter\": {},\n  \"groups\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"score\": {\n    \"function\": \"<string>\",\n    \"params\": {\n      \"type\": \"<string>\",\n      \"value_key\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://analytics.evolv.ai/v1/collections/candidate_stats_timeseries","description":"<p>Create query for candidate timeseries statistics.</p>\n<ul>\n<li><code>organization</code>: (Required) Id of organization to find results for </li>\n<li><code>environment</code>: (Required) Id of environment to find results for </li>\n<li><code>time_range</code>: (Required) Range of time to query for, two epoch timestamps (ms), [inclusive, exclusive] </li>\n<li><code>filter</code>: JSON object describing filters to apply to the query </li>\n<li><code>score</code>: JSON object describing what scoring function to use <ul>\n<li><code>function</code>: (Required) Scoring function to use for scoring collection data: [event, value] </li>\n<li><code>params</code>: Parameters to be given to scoring function <ul>\n<li><code>type</code>: Name of the conversion event </li>\n<li><code>value_key</code>: Name of the value event, tokenized as a list of strings</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><code>groups</code>: Array of experiment group ids to produce results for </li>\n<li><code>experiments</code>: Array of experiment ids to produce results for </li>\n<li><code>active_candidates</code>: Boolean representing whether the query must return only active or inactive candidates </li>\n<li><code>candidates</code>: Array of candidate ids to produce results for, must use \"experiments\" parameter if using \"candidates\"</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"269fbecb-73fc-4612-9b1f-2e44e8267022","id":"269fbecb-73fc-4612-9b1f-2e44e8267022","name":"Analytics API","type":"collection"}},"urlObject":{"path":["collections","candidate_stats_timeseries"],"host":["https://analytics.evolv.ai/v1"],"query":[],"variable":[]}},"response":[{"id":"26e0f9b2-9fc2-4587-8e89-3289a33ebfff","name":"Accepted","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"environment\": \"z5e7g0bh6z\",\n  \"organization\": \"hq6fdtmdly\",\n  \"time_range\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"active_candidates\": \"<boolean>\",\n  \"candidates\": [\n    \"si65hxgpukqn:vypoqkiy59\",\n    \"ldfu28itsv7j:q1aj3vy7cn:44\"\n  ],\n  \"experiments\": [\n    \"89hacax7wb\",\n    \"7fdk12mjcd\"\n  ],\n  \"filter\": {},\n  \"groups\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"score\": {\n    \"function\": \"<string>\",\n    \"params\": {\n      \"type\": \"<string>\",\n      \"value_key\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://analytics.evolv.ai/v1/collections/candidate_stats_timeseries"},"status":"Accepted","code":202,"_postman_previewlanguage":"text","header":[{"disabled":false,"description":{"content":"A URL the client should poll for a response status","type":"text/plain"},"key":"Location","value":"<string>"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"82c2bf09-db92-4eab-8517-546fcd969bf1"},{"name":"Retrieve Candidate Stats Timeseries","id":"e836d9cd-1a00-45b4-b6c6-9de6e29424a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://analytics.evolv.ai/v1/collections/candidate_stats_timeseries/:cursor_id?sort=<string>&fields=<string>&limit=<integer>&after_token=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"269fbecb-73fc-4612-9b1f-2e44e8267022","id":"269fbecb-73fc-4612-9b1f-2e44e8267022","name":"Analytics API","type":"collection"}},"urlObject":{"path":["collections","candidate_stats_timeseries",":cursor_id"],"host":["https://analytics.evolv.ai/v1"],"query":[{"description":{"content":"<p>Comma separated attributes to sort by, prefix with '-' to sort in descending order, ascending by default.  </p>\n<p>Examples include:</p>\n<ul>\n<li><code>-min_timestamp</code> sorts results by min_timestamp in descending order</li>\n<li><code>min_timestamp,-environment</code> sorts first by min_timestamp in ascending order, then environment in descending order</li>\n</ul>\n<p>Attributes from the response body can be used to sort by</p>\n","type":"text/plain"},"key":"sort","value":"<string>"},{"description":{"content":"<p>Comma separated attributes to include in the response.</p>\n","type":"text/plain"},"key":"fields","value":"<string>"},{"description":{"content":"<p>Describes the max number of records to return</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>Assists with pagination, request returns all records that come after token</p>\n","type":"text/plain"},"key":"after_token","value":"<integer>"}],"variable":[{"id":"6b8a1dfd-5862-400d-9463-005ff6c9d88b","description":{"content":"<p>(Required) Unique identifier used to find results</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"cursor_id"}]}},"response":[{"id":"9fdbc22e-840f-4b82-b29e-7b9a309590e3","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://analytics.evolv.ai/v1/collections/candidate_stats_timeseries/:cursor_id?sort=<string>&fields=<string>&limit=<integer>&after_token=<integer>","host":["https://analytics.evolv.ai/v1"],"path":["collections","candidate_stats_timeseries",":cursor_id"],"query":[{"description":"Comma separated attributes to sort by, prefix with '-' to sort in descending order, ascending by default.  \n\nExamples include:\n- `-min_timestamp` sorts results by min_timestamp in descending order\n- `min_timestamp,-environment` sorts first by min_timestamp in ascending order, then environment in descending order  \n\nAttributes from the response body can be used to sort by","key":"sort","value":"<string>"},{"description":"Comma separated attributes to include in the response.","key":"fields","value":"<string>"},{"description":"Describes the max number of records to return","key":"limit","value":"<integer>"},{"description":"Assists with pagination, request returns all records that come after token","key":"after_token","value":"<integer>"}],"variable":[{"key":"cursor_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"Urls describing how to get to the previous (prev), next, first and last page of results","type":"text/plain"},"key":"Links","value":"<string>"},{"disabled":false,"description":{"content":"The total number of results returned from the cursor","type":"text/plain"},"key":"X-Total-Count","value":"<string>"}],"cookie":[],"responseTime":null,"body":"{\n  \"items\": [\n    {\n      \"group\": \"<string>\",\n      \"experiment\": \"<string>\",\n      \"candidate\": \"<string>\",\n      \"date\": \"<string>\",\n      \"sessions\": \"<integer>\",\n      \"conversions\": \"<integer>\",\n      \"value_per_session\": \"<float>\",\n      \"value_per_converting_session\": \"<float>\",\n      \"control_sessions\": \"<integer>\",\n      \"control_conversions\": \"<integer>\",\n      \"control_value_per_session\": \"<float>\",\n      \"control_value_per_converting_session\": \"<float>\",\n      \"rt_sessions\": \"<integer>\",\n      \"rt_conversions\": \"<integer>\",\n      \"rt_value_per_session\": \"<float>\",\n      \"rt_value_per_converting_session\": \"<float>\",\n      \"rt_control_sessions\": \"<integer>\",\n      \"rt_control_conversions\": \"<integer>\",\n      \"rt_control_value_per_session\": \"<float>\",\n      \"rt_control_value_per_converting_session\": \"<float>\",\n      \"relative_performance\": [\n        \"<float>\",\n        \"<float>\"\n      ],\n      \"absolute_performance\": [\n        \"<float>\",\n        \"<float>\"\n      ],\n      \"control_performance\": [\n        \"<float>\",\n        \"<float>\"\n      ],\n      \"contaminations\": {\n        \"contaminating_sessions\": \"<integer>\",\n        \"contamination_reasons\": {},\n        \"rt_contaminating_sessions\": \"<integer>\"\n      }\n    },\n    {\n      \"group\": \"<string>\",\n      \"experiment\": \"<string>\",\n      \"candidate\": \"<string>\",\n      \"date\": \"<string>\",\n      \"sessions\": \"<integer>\",\n      \"conversions\": \"<integer>\",\n      \"value_per_session\": \"<float>\",\n      \"value_per_converting_session\": \"<float>\",\n      \"control_sessions\": \"<integer>\",\n      \"control_conversions\": \"<integer>\",\n      \"control_value_per_session\": \"<float>\",\n      \"control_value_per_converting_session\": \"<float>\",\n      \"rt_sessions\": \"<integer>\",\n      \"rt_conversions\": \"<integer>\",\n      \"rt_value_per_session\": \"<float>\",\n      \"rt_value_per_converting_session\": \"<float>\",\n      \"rt_control_sessions\": \"<integer>\",\n      \"rt_control_conversions\": \"<integer>\",\n      \"rt_control_value_per_session\": \"<float>\",\n      \"rt_control_value_per_converting_session\": \"<float>\",\n      \"relative_performance\": [\n        \"<float>\",\n        \"<float>\"\n      ],\n      \"absolute_performance\": [\n        \"<float>\",\n        \"<float>\"\n      ],\n      \"control_performance\": [\n        \"<float>\",\n        \"<float>\"\n      ],\n      \"contaminations\": {\n        \"contaminating_sessions\": \"<integer>\",\n        \"contamination_reasons\": {},\n        \"rt_contaminating_sessions\": \"<integer>\"\n      }\n    }\n  ],\n  \"meta\": {\n    \"next\": \"<string>\",\n    \"prev\": \"<string>\",\n    \"first\": \"<string>\",\n    \"last\": \"<string>\",\n    \"total_count\": \"<integer>\"\n  }\n}"}],"_postman_id":"e836d9cd-1a00-45b4-b6c6-9de6e29424a3"},{"name":"Query DOM Events","id":"615a9080-083b-4e7b-8c8e-6b627c33c43d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"environment\": \"56r1fz179o\",\n  \"organization\": \"jlmsj6fm32\",\n  \"sid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://analytics.evolv.ai/v1/collections/dom_events","description":"<p>Query DOM capture events.</p>\n<ul>\n<li><code>organization</code>: (Required) Id of organization to find results for </li>\n<li><code>environment</code>: (Required) Id of environment to find results for </li>\n<li><code>sid</code>: Session ID to obtain the DOM Capture.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"269fbecb-73fc-4612-9b1f-2e44e8267022","id":"269fbecb-73fc-4612-9b1f-2e44e8267022","name":"Analytics API","type":"collection"}},"urlObject":{"path":["collections","dom_events"],"host":["https://analytics.evolv.ai/v1"],"query":[],"variable":[]}},"response":[{"id":"685d176e-6332-4d90-930b-df8b2fa4e303","name":"Accepted","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"environment\": \"56r1fz179o\",\n  \"organization\": \"jlmsj6fm32\",\n  \"sid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://analytics.evolv.ai/v1/collections/dom_events"},"status":"Accepted","code":202,"_postman_previewlanguage":"text","header":[{"disabled":false,"description":{"content":"A URL the client should poll for a response status","type":"text/plain"},"key":"Location","value":"<string>"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"615a9080-083b-4e7b-8c8e-6b627c33c43d"},{"name":"Query Statistics Related to Event","id":"01836c62-5a40-466e-8e08-e2df3167cf2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"environment\": \"gtvg5semgg\",\n  \"organization\": \"81w3arupbs\",\n  \"time_range\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"filter\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://analytics.evolv.ai/v1/collections/event_stats","description":"<p>Create query for events statistics.</p>\n<ul>\n<li><code>organization</code>: (Required) Id of organization to find results for </li>\n<li><code>environment</code>: (Required) Id of environment to find results for </li>\n<li><code>time_range</code>: (Required) Range of time to query for, two epoch timestamps (ms), [inclusive, exclusive] </li>\n<li><code>filter</code>: JSON object describing filters to apply to the query</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"269fbecb-73fc-4612-9b1f-2e44e8267022","id":"269fbecb-73fc-4612-9b1f-2e44e8267022","name":"Analytics API","type":"collection"}},"urlObject":{"path":["collections","event_stats"],"host":["https://analytics.evolv.ai/v1"],"query":[],"variable":[]}},"response":[{"id":"c2388237-cafd-4b95-827f-46d73ef5dfa9","name":"Accepted","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"environment\": \"gtvg5semgg\",\n  \"organization\": \"81w3arupbs\",\n  \"time_range\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"filter\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://analytics.evolv.ai/v1/collections/event_stats"},"status":"Accepted","code":202,"_postman_previewlanguage":"text","header":[{"disabled":false,"description":{"content":"A URL the client should poll for a response status","type":"text/plain"},"key":"Location","value":"<string>"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"01836c62-5a40-466e-8e08-e2df3167cf2c"},{"name":"Retrieve Event Stats","id":"1ec81364-1a25-4e33-a484-856f5a8da97f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://analytics.evolv.ai/v1/collections/event_stats/:cursor_id?sort=<string>&fields=<string>&limit=<integer>&after_token=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"269fbecb-73fc-4612-9b1f-2e44e8267022","id":"269fbecb-73fc-4612-9b1f-2e44e8267022","name":"Analytics API","type":"collection"}},"urlObject":{"path":["collections","event_stats",":cursor_id"],"host":["https://analytics.evolv.ai/v1"],"query":[{"description":{"content":"<p>Comma separated attributes to sort by, prefix with '-' to sort in descending order, ascending by default.  </p>\n<p>Examples include:</p>\n<ul>\n<li><code>-min_timestamp</code> sorts results by min_timestamp in descending order</li>\n<li><code>min_timestamp,-environment</code> sorts first by min_timestamp in ascending order, then environment in descending order</li>\n</ul>\n<p>Attributes from the response body can be used to sort by</p>\n","type":"text/plain"},"key":"sort","value":"<string>"},{"description":{"content":"<p>Comma separated attributes to include in the response.</p>\n","type":"text/plain"},"key":"fields","value":"<string>"},{"description":{"content":"<p>Describes the max number of records to return</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>Assists with pagination, request returns all records that come after token</p>\n","type":"text/plain"},"key":"after_token","value":"<integer>"}],"variable":[{"id":"e14f26b0-c323-4adf-ac89-213433d8b80e","description":{"content":"<p>(Required) Unique identifier used to find results</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"cursor_id"}]}},"response":[{"id":"4909c004-a46f-4ea5-9952-4737eb43d2bb","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://analytics.evolv.ai/v1/collections/event_stats/:cursor_id?sort=<string>&fields=<string>&limit=<integer>&after_token=<integer>","host":["https://analytics.evolv.ai/v1"],"path":["collections","event_stats",":cursor_id"],"query":[{"description":"Comma separated attributes to sort by, prefix with '-' to sort in descending order, ascending by default.  \n\nExamples include:\n- `-min_timestamp` sorts results by min_timestamp in descending order\n- `min_timestamp,-environment` sorts first by min_timestamp in ascending order, then environment in descending order  \n\nAttributes from the response body can be used to sort by","key":"sort","value":"<string>"},{"description":"Comma separated attributes to include in the response.","key":"fields","value":"<string>"},{"description":"Describes the max number of records to return","key":"limit","value":"<integer>"},{"description":"Assists with pagination, request returns all records that come after token","key":"after_token","value":"<integer>"}],"variable":[{"key":"cursor_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"Urls describing how to get to the previous (prev), next, first and last page of results","type":"text/plain"},"key":"Links","value":"<string>"},{"disabled":false,"description":{"content":"The total number of results returned from the cursor","type":"text/plain"},"key":"X-Total-Count","value":"<string>"}],"cookie":[],"responseTime":null,"body":"{\n  \"items\": [\n    {\n      \"date\": \"<integer>\",\n      \"event_key\": \"<string>\",\n      \"total_events\": \"<integer>\",\n      \"unique_user_events\": \"<integer>\"\n    },\n    {\n      \"date\": \"<integer>\",\n      \"event_key\": \"<string>\",\n      \"total_events\": \"<integer>\",\n      \"unique_user_events\": \"<integer>\"\n    }\n  ],\n  \"meta\": {\n    \"next\": \"<string>\",\n    \"prev\": \"<string>\",\n    \"first\": \"<string>\",\n    \"last\": \"<string>\",\n    \"total_count\": \"<integer>\"\n  }\n}"}],"_postman_id":"1ec81364-1a25-4e33-a484-856f5a8da97f"},{"name":"Query Statistics Related to Experiments","id":"20f6503b-2e61-431e-9f5c-8a033eaefa91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"environment\": \"sga20nejv5\",\n  \"organization\": \"vdyaobln4i\",\n  \"time_range\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"candidates\": [\n    \"x2aopgisvymq:nyetkywr4y:35\",\n    \"ys8818d9c3ll:4r84sfcs8q:7766817\"\n  ],\n  \"contaminations\": \"INCLUDE_ONLY\",\n  \"experiments\": [\n    \"x86gug5xv1\",\n    \"1eyszmfka5\"\n  ],\n  \"filter\": {},\n  \"groups\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"score\": {\n    \"function\": \"<string>\",\n    \"params\": {\n      \"type\": \"<string>\",\n      \"value_key\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  },\n  \"variants\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://analytics.evolv.ai/v1/collections/experiment_stats","description":"<p>Create query for experiment statistics.</p>\n<ul>\n<li><code>organization</code>: (Required) Id of organization to find results for </li>\n<li><code>environment</code>: (Required) Id of environment to find results for </li>\n<li><code>time_range</code>: (Required) Range of time to query for, two epoch timestamps (ms), [inclusive, exclusive] </li>\n<li><code>filter</code>: JSON object describing filters to apply to the query </li>\n<li><code>score</code>: JSON object describing what scoring function to use <ul>\n<li><code>function</code>: (Required) Scoring function to use for scoring collection data: [event, value] </li>\n<li><code>params</code>: Parameters to be given to scoring function <ul>\n<li><code>type</code>: Name of the conversion event </li>\n<li><code>value_key</code>: Name of the value event, tokenized as a list of strings</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><code>groups</code>: Array of experiment group ids to produce results for </li>\n<li><code>experiments</code>: Array of experiment ids to produce results for </li>\n<li><code>candidates</code>: DEPRECATED Array of candidate ids to produce results for, must use \"experiments\" parameter if using \"candidates\" </li>\n<li><code>variants</code>: DEPRECATED Array of variant ids to produce results for, must use \"experiments\" parameter if using \"variants\" </li>\n<li><code>contaminations</code>: DEPRECATED Toggle sessions to either EXCLUDE, INCLUDE, or INCLUDE_ONLY contaminated sessions (Default = EXCLUDE)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"269fbecb-73fc-4612-9b1f-2e44e8267022","id":"269fbecb-73fc-4612-9b1f-2e44e8267022","name":"Analytics API","type":"collection"}},"urlObject":{"path":["collections","experiment_stats"],"host":["https://analytics.evolv.ai/v1"],"query":[],"variable":[]}},"response":[{"id":"ef24aa36-eb17-405d-ab7e-7a95491506e8","name":"Accepted","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"environment\": \"sga20nejv5\",\n  \"organization\": \"vdyaobln4i\",\n  \"time_range\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"candidates\": [\n    \"x2aopgisvymq:nyetkywr4y:35\",\n    \"ys8818d9c3ll:4r84sfcs8q:7766817\"\n  ],\n  \"contaminations\": \"INCLUDE_ONLY\",\n  \"experiments\": [\n    \"x86gug5xv1\",\n    \"1eyszmfka5\"\n  ],\n  \"filter\": {},\n  \"groups\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"score\": {\n    \"function\": \"<string>\",\n    \"params\": {\n      \"type\": \"<string>\",\n      \"value_key\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  },\n  \"variants\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://analytics.evolv.ai/v1/collections/experiment_stats"},"status":"Accepted","code":202,"_postman_previewlanguage":"text","header":[{"disabled":false,"description":{"content":"A URL the client should poll for a response status","type":"text/plain"},"key":"Location","value":"<string>"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"20f6503b-2e61-431e-9f5c-8a033eaefa91"},{"name":"Retrieve Experiment Stats","id":"b55a672f-7856-42ba-93a6-85d1ab7f98f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://analytics.evolv.ai/v1/collections/experiment_stats/:cursor_id?sort=<string>&fields=<string>&limit=<integer>&after_token=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"269fbecb-73fc-4612-9b1f-2e44e8267022","id":"269fbecb-73fc-4612-9b1f-2e44e8267022","name":"Analytics API","type":"collection"}},"urlObject":{"path":["collections","experiment_stats",":cursor_id"],"host":["https://analytics.evolv.ai/v1"],"query":[{"description":{"content":"<p>Comma separated attributes to sort by, prefix with '-' to sort in descending order, ascending by default.  </p>\n<p>Examples include:</p>\n<ul>\n<li><code>-min_timestamp</code> sorts results by min_timestamp in descending order</li>\n<li><code>min_timestamp,-environment</code> sorts first by min_timestamp in ascending order, then environment in descending order</li>\n</ul>\n<p>Attributes from the response body can be used to sort by</p>\n","type":"text/plain"},"key":"sort","value":"<string>"},{"description":{"content":"<p>Comma separated attributes to include in the response.</p>\n","type":"text/plain"},"key":"fields","value":"<string>"},{"description":{"content":"<p>Describes the max number of records to return</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>Assists with pagination, request returns all records that come after token</p>\n","type":"text/plain"},"key":"after_token","value":"<integer>"}],"variable":[{"id":"36c9ebbb-cf46-460f-af73-54baf12a0092","description":{"content":"<p>(Required) Unique identifier used to find results</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"cursor_id"}]}},"response":[{"id":"5b37b6cf-e35a-426a-9e8a-edbc6c370c19","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://analytics.evolv.ai/v1/collections/experiment_stats/:cursor_id?sort=<string>&fields=<string>&limit=<integer>&after_token=<integer>","host":["https://analytics.evolv.ai/v1"],"path":["collections","experiment_stats",":cursor_id"],"query":[{"description":"Comma separated attributes to sort by, prefix with '-' to sort in descending order, ascending by default.  \n\nExamples include:\n- `-min_timestamp` sorts results by min_timestamp in descending order\n- `min_timestamp,-environment` sorts first by min_timestamp in ascending order, then environment in descending order  \n\nAttributes from the response body can be used to sort by","key":"sort","value":"<string>"},{"description":"Comma separated attributes to include in the response.","key":"fields","value":"<string>"},{"description":"Describes the max number of records to return","key":"limit","value":"<integer>"},{"description":"Assists with pagination, request returns all records that come after token","key":"after_token","value":"<integer>"}],"variable":[{"key":"cursor_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"Urls describing how to get to the previous (prev), next, first and last page of results","type":"text/plain"},"key":"Links","value":"<string>"},{"disabled":false,"description":{"content":"The total number of results returned from the cursor","type":"text/plain"},"key":"X-Total-Count","value":"<string>"}],"cookie":[],"responseTime":null,"body":"{\n  \"items\": [\n    {\n      \"group\": \"<string>\",\n      \"experiment\": \"<string>\",\n      \"sessions\": \"<integer>\",\n      \"conversions\": \"<integer>\",\n      \"value_per_session\": \"<float>\",\n      \"value_per_converting_session\": \"<float>\",\n      \"control_sessions\": \"<integer>\",\n      \"control_conversions\": \"<integer>\",\n      \"control_value_per_session\": \"<float>\",\n      \"control_value_per_converting_session\": \"<float>\",\n      \"realized_performance\": \"<float>\",\n      \"active_performance\": [\n        \"<float>\",\n        \"<float>\"\n      ],\n      \"relative_performance\": [\n        \"<float>\",\n        \"<float>\"\n      ],\n      \"unique_sessions\": \"<integer>\",\n      \"score\": \"<float>\",\n      \"control_unique_sessions\": \"<integer>\",\n      \"control_score\": \"<float>\"\n    },\n    {\n      \"group\": \"<string>\",\n      \"experiment\": \"<string>\",\n      \"sessions\": \"<integer>\",\n      \"conversions\": \"<integer>\",\n      \"value_per_session\": \"<float>\",\n      \"value_per_converting_session\": \"<float>\",\n      \"control_sessions\": \"<integer>\",\n      \"control_conversions\": \"<integer>\",\n      \"control_value_per_session\": \"<float>\",\n      \"control_value_per_converting_session\": \"<float>\",\n      \"realized_performance\": \"<float>\",\n      \"active_performance\": [\n        \"<float>\",\n        \"<float>\"\n      ],\n      \"relative_performance\": [\n        \"<float>\",\n        \"<float>\"\n      ],\n      \"unique_sessions\": \"<integer>\",\n      \"score\": \"<float>\",\n      \"control_unique_sessions\": \"<integer>\",\n      \"control_score\": \"<float>\"\n    }\n  ],\n  \"meta\": {\n    \"next\": \"<string>\",\n    \"prev\": \"<string>\",\n    \"first\": \"<string>\",\n    \"last\": \"<string>\",\n    \"total_count\": \"<integer>\"\n  }\n}"}],"_postman_id":"b55a672f-7856-42ba-93a6-85d1ab7f98f2"},{"name":"Query Timeseries Statistics Related to Experiments","id":"72c7eeed-31a5-4969-9b2b-bd6d683f48ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"environment\": \"axq62rx4wl\",\n  \"organization\": \"hezslnha3m\",\n  \"time_range\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"experiments\": [\n    \"hjbar1ukrl\",\n    \"mtkhtaf9ze\"\n  ],\n  \"filter\": {},\n  \"groups\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"score\": {\n    \"function\": \"<string>\",\n    \"params\": {\n      \"type\": \"<string>\",\n      \"value_key\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://analytics.evolv.ai/v1/collections/experiment_stats_timeseries","description":"<p>Create query for experiment timeseries statistics.</p>\n<ul>\n<li><code>organization</code>: (Required) Id of organization to find results for </li>\n<li><code>environment</code>: (Required) Id of environment to find results for </li>\n<li><code>time_range</code>: (Required) Range of time to query for, two epoch timestamps (ms), [inclusive, exclusive] </li>\n<li><code>filter</code>: JSON object describing filters to apply to the query </li>\n<li><code>score</code>: JSON object describing what scoring function to use <ul>\n<li><code>function</code>: (Required) Scoring function to use for scoring collection data: [event, value] </li>\n<li><code>params</code>: Parameters to be given to scoring function <ul>\n<li><code>type</code>: Name of the conversion event </li>\n<li><code>value_key</code>: Name of the value event, tokenized as a list of strings</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><code>groups</code>: Array of experiment group ids to produce results for </li>\n<li><code>experiments</code>: Array of experiment ids to produce results for</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"269fbecb-73fc-4612-9b1f-2e44e8267022","id":"269fbecb-73fc-4612-9b1f-2e44e8267022","name":"Analytics API","type":"collection"}},"urlObject":{"path":["collections","experiment_stats_timeseries"],"host":["https://analytics.evolv.ai/v1"],"query":[],"variable":[]}},"response":[{"id":"1aa426eb-9fed-4545-96e5-b5139cbb8413","name":"Accepted","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"environment\": \"axq62rx4wl\",\n  \"organization\": \"hezslnha3m\",\n  \"time_range\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"experiments\": [\n    \"hjbar1ukrl\",\n    \"mtkhtaf9ze\"\n  ],\n  \"filter\": {},\n  \"groups\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"score\": {\n    \"function\": \"<string>\",\n    \"params\": {\n      \"type\": \"<string>\",\n      \"value_key\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://analytics.evolv.ai/v1/collections/experiment_stats_timeseries"},"status":"Accepted","code":202,"_postman_previewlanguage":"text","header":[{"disabled":false,"description":{"content":"A URL the client should poll for a response status","type":"text/plain"},"key":"Location","value":"<string>"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"72c7eeed-31a5-4969-9b2b-bd6d683f48ce"},{"name":"Retrieve Experiment Stats Timeseries","id":"ad974885-0e03-4c82-b0f9-910510c69105","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://analytics.evolv.ai/v1/collections/experiment_stats_timeseries/:cursor_id?sort=<string>&fields=<string>&limit=<integer>&after_token=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"269fbecb-73fc-4612-9b1f-2e44e8267022","id":"269fbecb-73fc-4612-9b1f-2e44e8267022","name":"Analytics API","type":"collection"}},"urlObject":{"path":["collections","experiment_stats_timeseries",":cursor_id"],"host":["https://analytics.evolv.ai/v1"],"query":[{"description":{"content":"<p>Comma separated attributes to sort by, prefix with '-' to sort in descending order, ascending by default.  </p>\n<p>Examples include:</p>\n<ul>\n<li><code>-min_timestamp</code> sorts results by min_timestamp in descending order</li>\n<li><code>min_timestamp,-environment</code> sorts first by min_timestamp in ascending order, then environment in descending order</li>\n</ul>\n<p>Attributes from the response body can be used to sort by</p>\n","type":"text/plain"},"key":"sort","value":"<string>"},{"description":{"content":"<p>Comma separated attributes to include in the response.</p>\n","type":"text/plain"},"key":"fields","value":"<string>"},{"description":{"content":"<p>Describes the max number of records to return</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>Assists with pagination, request returns all records that come after token</p>\n","type":"text/plain"},"key":"after_token","value":"<integer>"}],"variable":[{"id":"40022232-4c35-42fd-9037-4dde48c7bd83","description":{"content":"<p>(Required) Unique identifier used to find results</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"cursor_id"}]}},"response":[{"id":"23b97a31-b1b1-4a33-a4a9-2c7f844cff25","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://analytics.evolv.ai/v1/collections/experiment_stats_timeseries/:cursor_id?sort=<string>&fields=<string>&limit=<integer>&after_token=<integer>","host":["https://analytics.evolv.ai/v1"],"path":["collections","experiment_stats_timeseries",":cursor_id"],"query":[{"description":"Comma separated attributes to sort by, prefix with '-' to sort in descending order, ascending by default.  \n\nExamples include:\n- `-min_timestamp` sorts results by min_timestamp in descending order\n- `min_timestamp,-environment` sorts first by min_timestamp in ascending order, then environment in descending order  \n\nAttributes from the response body can be used to sort by","key":"sort","value":"<string>"},{"description":"Comma separated attributes to include in the response.","key":"fields","value":"<string>"},{"description":"Describes the max number of records to return","key":"limit","value":"<integer>"},{"description":"Assists with pagination, request returns all records that come after token","key":"after_token","value":"<integer>"}],"variable":[{"key":"cursor_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"Urls describing how to get to the previous (prev), next, first and last page of results","type":"text/plain"},"key":"Links","value":"<string>"},{"disabled":false,"description":{"content":"The total number of results returned from the cursor","type":"text/plain"},"key":"X-Total-Count","value":"<string>"}],"cookie":[],"responseTime":null,"body":"{\n  \"items\": [\n    {\n      \"group\": \"<string>\",\n      \"experiment\": \"<string>\",\n      \"date\": \"<string>\",\n      \"sessions\": \"<integer>\",\n      \"conversions\": \"<integer>\",\n      \"value_per_session\": \"<float>\",\n      \"value_per_converting_session\": \"<float>\",\n      \"control_sessions\": \"<integer>\",\n      \"control_conversions\": \"<integer>\",\n      \"control_value_per_session\": \"<float>\",\n      \"control_value_per_converting_session\": \"<float>\",\n      \"rt_sessions\": \"<integer>\",\n      \"rt_conversions\": \"<integer>\",\n      \"rt_value_per_session\": \"<float>\",\n      \"rt_value_per_converting_session\": \"<float>\",\n      \"rt_control_sessions\": \"<integer>\",\n      \"rt_control_conversions\": \"<integer>\",\n      \"rt_control_value_per_session\": \"<float>\",\n      \"rt_control_value_per_converting_session\": \"<float>\",\n      \"active_performance\": [\n        \"<float>\",\n        \"<float>\"\n      ],\n      \"relative_performance\": [\n        \"<float>\",\n        \"<float>\"\n      ],\n      \"absolute_performance\": [\n        \"<float>\",\n        \"<float>\"\n      ],\n      \"control_performance\": [\n        \"<float>\",\n        \"<float>\"\n      ],\n      \"contaminations\": {\n        \"contaminating_sessions\": \"<integer>\",\n        \"contamination_reasons\": {},\n        \"rt_contaminating_sessions\": \"<integer>\"\n      }\n    },\n    {\n      \"group\": \"<string>\",\n      \"experiment\": \"<string>\",\n      \"date\": \"<string>\",\n      \"sessions\": \"<integer>\",\n      \"conversions\": \"<integer>\",\n      \"value_per_session\": \"<float>\",\n      \"value_per_converting_session\": \"<float>\",\n      \"control_sessions\": \"<integer>\",\n      \"control_conversions\": \"<integer>\",\n      \"control_value_per_session\": \"<float>\",\n      \"control_value_per_converting_session\": \"<float>\",\n      \"rt_sessions\": \"<integer>\",\n      \"rt_conversions\": \"<integer>\",\n      \"rt_value_per_session\": \"<float>\",\n      \"rt_value_per_converting_session\": \"<float>\",\n      \"rt_control_sessions\": \"<integer>\",\n      \"rt_control_conversions\": \"<integer>\",\n      \"rt_control_value_per_session\": \"<float>\",\n      \"rt_control_value_per_converting_session\": \"<float>\",\n      \"active_performance\": [\n        \"<float>\",\n        \"<float>\"\n      ],\n      \"relative_performance\": [\n        \"<float>\",\n        \"<float>\"\n      ],\n      \"absolute_performance\": [\n        \"<float>\",\n        \"<float>\"\n      ],\n      \"control_performance\": [\n        \"<float>\",\n        \"<float>\"\n      ],\n      \"contaminations\": {\n        \"contaminating_sessions\": \"<integer>\",\n        \"contamination_reasons\": {},\n        \"rt_contaminating_sessions\": \"<integer>\"\n      }\n    }\n  ],\n  \"meta\": {\n    \"next\": \"<string>\",\n    \"prev\": \"<string>\",\n    \"first\": \"<string>\",\n    \"last\": \"<string>\",\n    \"total_count\": \"<integer>\"\n  }\n}"}],"_postman_id":"ad974885-0e03-4c82-b0f9-910510c69105"},{"name":"Query Lookahead","id":"d677f782-adfb-4a24-9093-be7597ea4d2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collection\": \"<string>\",\n  \"environment\": \"gk4rjf41sc\",\n  \"organization\": \"g34r4evksf\",\n  \"key\": \"<string>\",\n  \"value\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://analytics.evolv.ai/v1/lookahead","description":"<p>Create query for look ahead.</p>\n<ul>\n<li><code>organization</code>: (Required) Id of organization to find results for </li>\n<li><code>environment</code>: (Required) Id of environment to find results for </li>\n<li><code>collection</code>: (Required) Name of the collection to query lookaheads </li>\n<li><code>key</code>: Key to match the lookahead. </li>\n<li><code>value</code>: Value to match the lookahead.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"269fbecb-73fc-4612-9b1f-2e44e8267022","id":"269fbecb-73fc-4612-9b1f-2e44e8267022","name":"Analytics API","type":"collection"}},"urlObject":{"path":["lookahead"],"host":["https://analytics.evolv.ai/v1"],"query":[],"variable":[]}},"response":[{"id":"cc158cc7-170d-4168-9f7c-66fef57cc98f","name":"Accepted","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"collection\": \"<string>\",\n  \"environment\": \"gk4rjf41sc\",\n  \"organization\": \"g34r4evksf\",\n  \"key\": \"<string>\",\n  \"value\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://analytics.evolv.ai/v1/lookahead"},"status":"Accepted","code":202,"_postman_previewlanguage":"text","header":[{"disabled":false,"description":{"content":"A URL the client should poll for a response status","type":"text/plain"},"key":"Location","value":"<string>"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"d677f782-adfb-4a24-9093-be7597ea4d2d"},{"name":"Query Navigation Graph Edges","id":"45ba2a9b-5af3-4f88-84a8-92f4acfdf5b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"environment\": \"led568tpvz\",\n  \"organization\": \"9cwc24q13r\",\n  \"time_range\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"candidates\": [\n    \"ttw1i4oea1ra:ghfcaw58lx:0711\",\n    \"zv34tk8uv0ux:zq55it0yzt:2\"\n  ],\n  \"contaminations\": \"INCLUDE\",\n  \"experiments\": [\n    \"4rm9ulympt\",\n    \"g0egr10e15\"\n  ],\n  \"filter\": {},\n  \"groups\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"level\": \"<integer>\",\n  \"variants\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"views\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://analytics.evolv.ai/v1/collections/nav_graph_edges","description":"<p>Create query for navigation graph edges.</p>\n<ul>\n<li><code>organization</code>: (Required) Id of organization to find results for </li>\n<li><code>environment</code>: (Required) Id of environment to find results for </li>\n<li><code>time_range</code>: (Required) Range of time to query for, two epoch timestamps (ms), [inclusive, exclusive] </li>\n<li><code>filter</code>: JSON object describing filters to apply to the query </li>\n<li><code>level</code>: Depth of active keys to traverse (Default = 2)</li>\n<li><code>groups</code>: Array of experiment group ids to produce results for </li>\n<li><code>experiments</code>: Array of experiment ids to produce results for </li>\n<li><code>candidates</code>: Array of candidate ids to produce results for, must use \"experiments\" parameter if using \"candidates\" </li>\n<li><code>variants</code>: Array of variant ids to produce results for, must use \"experiments\" parameter if using \"variants\" </li>\n<li><code>contaminations</code>: Toggle sessions to either EXCLUDE, INCLUDE, or INCLUDE_ONLY contaminated sessions (Default = EXCLUDE)</li>\n<li><code>views</code>: Boolean indicating whether to include view events in the results</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"269fbecb-73fc-4612-9b1f-2e44e8267022","id":"269fbecb-73fc-4612-9b1f-2e44e8267022","name":"Analytics API","type":"collection"}},"urlObject":{"path":["collections","nav_graph_edges"],"host":["https://analytics.evolv.ai/v1"],"query":[],"variable":[]}},"response":[{"id":"34487305-be44-40f8-b967-27e6e6ba93c7","name":"Accepted","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"environment\": \"led568tpvz\",\n  \"organization\": \"9cwc24q13r\",\n  \"time_range\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"candidates\": [\n    \"ttw1i4oea1ra:ghfcaw58lx:0711\",\n    \"zv34tk8uv0ux:zq55it0yzt:2\"\n  ],\n  \"contaminations\": \"INCLUDE\",\n  \"experiments\": [\n    \"4rm9ulympt\",\n    \"g0egr10e15\"\n  ],\n  \"filter\": {},\n  \"groups\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"level\": \"<integer>\",\n  \"variants\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"views\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://analytics.evolv.ai/v1/collections/nav_graph_edges"},"status":"Accepted","code":202,"_postman_previewlanguage":"text","header":[{"disabled":false,"description":{"content":"A URL the client should poll for a response status","type":"text/plain"},"key":"Location","value":"<string>"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"45ba2a9b-5af3-4f88-84a8-92f4acfdf5b3"},{"name":"Retrieve Navigation Graph Edges","id":"d5d8874e-67f6-46ee-82d8-7c98dea1eb9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://analytics.evolv.ai/v1/collections/nav_graph_edges/:cursor_id?sort=<string>&fields=<string>&limit=<integer>&after_token=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"269fbecb-73fc-4612-9b1f-2e44e8267022","id":"269fbecb-73fc-4612-9b1f-2e44e8267022","name":"Analytics API","type":"collection"}},"urlObject":{"path":["collections","nav_graph_edges",":cursor_id"],"host":["https://analytics.evolv.ai/v1"],"query":[{"description":{"content":"<p>Comma separated attributes to sort by, prefix with '-' to sort in descending order, ascending by default.  </p>\n<p>Examples include:</p>\n<ul>\n<li><code>-min_timestamp</code> sorts results by min_timestamp in descending order</li>\n<li><code>min_timestamp,-environment</code> sorts first by min_timestamp in ascending order, then environment in descending order</li>\n</ul>\n<p>Attributes from the response body can be used to sort by</p>\n","type":"text/plain"},"key":"sort","value":"<string>"},{"description":{"content":"<p>Comma separated attributes to include in the response.</p>\n","type":"text/plain"},"key":"fields","value":"<string>"},{"description":{"content":"<p>Describes the max number of records to return</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>Assists with pagination, request returns all records that come after token</p>\n","type":"text/plain"},"key":"after_token","value":"<integer>"}],"variable":[{"id":"541c4ab5-eee5-4e9a-a9a0-ecd0babfe113","description":{"content":"<p>(Required) Unique identifier used to find results</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"cursor_id"}]}},"response":[{"id":"60e3920d-d3eb-460b-9943-c8b9e9805553","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://analytics.evolv.ai/v1/collections/nav_graph_edges/:cursor_id?sort=<string>&fields=<string>&limit=<integer>&after_token=<integer>","host":["https://analytics.evolv.ai/v1"],"path":["collections","nav_graph_edges",":cursor_id"],"query":[{"description":"Comma separated attributes to sort by, prefix with '-' to sort in descending order, ascending by default.  \n\nExamples include:\n- `-min_timestamp` sorts results by min_timestamp in descending order\n- `min_timestamp,-environment` sorts first by min_timestamp in ascending order, then environment in descending order  \n\nAttributes from the response body can be used to sort by","key":"sort","value":"<string>"},{"description":"Comma separated attributes to include in the response.","key":"fields","value":"<string>"},{"description":"Describes the max number of records to return","key":"limit","value":"<integer>"},{"description":"Assists with pagination, request returns all records that come after token","key":"after_token","value":"<integer>"}],"variable":[{"key":"cursor_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"Urls describing how to get to the previous (prev), next, first and last page of results","type":"text/plain"},"key":"Links","value":"<string>"},{"disabled":false,"description":{"content":"The total number of results returned from the cursor","type":"text/plain"},"key":"X-Total-Count","value":"<string>"}],"cookie":[],"responseTime":null,"body":"{\n  \"items\": [\n    {\n      \"from_node\": \"<string>\",\n      \"to_node\": \"<string>\",\n      \"from_view_key\": \"<string>\",\n      \"to_view_key\": \"<string>\",\n      \"sessions\": \"<integer>\",\n      \"total_sessions\": \"<integer>\",\n      \"unique_sessions\": \"<integer>\",\n      \"total_unique_sessions\": \"<integer>\"\n    },\n    {\n      \"from_node\": \"<string>\",\n      \"to_node\": \"<string>\",\n      \"from_view_key\": \"<string>\",\n      \"to_view_key\": \"<string>\",\n      \"sessions\": \"<integer>\",\n      \"total_sessions\": \"<integer>\",\n      \"unique_sessions\": \"<integer>\",\n      \"total_unique_sessions\": \"<integer>\"\n    }\n  ],\n  \"meta\": {\n    \"next\": \"<string>\",\n    \"prev\": \"<string>\",\n    \"first\": \"<string>\",\n    \"last\": \"<string>\",\n    \"total_count\": \"<integer>\"\n  }\n}"}],"_postman_id":"d5d8874e-67f6-46ee-82d8-7c98dea1eb9a"},{"name":"Query Navigation Graph Nodes","id":"b37e4a00-ce14-40ea-9707-a6f1541789e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"environment\": \"we3p4o2mgq\",\n  \"organization\": \"2r3ul11huq\",\n  \"time_range\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"candidates\": [\n    \"vpmhgj6uxs98:zofjhw0cc3:4164835\",\n    \"tt1gk8sghpdp:dkd9ebcjs2\"\n  ],\n  \"contaminations\": \"INCLUDE\",\n  \"experiments\": [\n    \"l93xyuorxx\",\n    \"2pv8h00yu3\"\n  ],\n  \"filter\": {},\n  \"groups\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"level\": \"<integer>\",\n  \"score\": {\n    \"function\": \"<string>\",\n    \"params\": {\n      \"type\": \"<string>\",\n      \"value_key\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  },\n  \"variants\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"views\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://analytics.evolv.ai/v1/collections/nav_graph_nodes","description":"<p>Create query for navigation graph nodes.</p>\n<ul>\n<li><code>organization</code>: (Required) Id of organization to find results for </li>\n<li><code>environment</code>: (Required) Id of environment to find results for </li>\n<li><code>time_range</code>: (Required) Range of time to query for, two epoch timestamps (ms), [inclusive, exclusive] </li>\n<li><code>filter</code>: JSON object describing filters to apply to the query </li>\n<li><code>score</code>: JSON object describing what scoring function to use <ul>\n<li><code>function</code>: (Required) Scoring function to use for scoring collection data: [event, value] </li>\n<li><code>params</code>: Parameters to be given to scoring function <ul>\n<li><code>type</code>: Name of the conversion event </li>\n<li><code>value_key</code>: Name of the value event, tokenized as a list of strings</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><code>level</code>: Depth of active keys to traverse (Default = 2)</li>\n<li><code>groups</code>: Array of experiment group ids to produce results for </li>\n<li><code>experiments</code>: Array of experiment ids to produce results for </li>\n<li><code>candidates</code>: Array of candidate ids to produce results for, must use \"experiments\" parameter if using \"candidates\" </li>\n<li><code>variants</code>: Array of variant ids to produce results for, must use \"experiments\" parameter if using \"variants\" </li>\n<li><code>contaminations</code>: DEPRECATED Toggle sessions to either EXCLUDE, INCLUDE, or INCLUDE_ONLY contaminated sessions (Default = EXCLUDE)</li>\n<li><code>views</code>: Boolean indicating whether to include view events in the results</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"269fbecb-73fc-4612-9b1f-2e44e8267022","id":"269fbecb-73fc-4612-9b1f-2e44e8267022","name":"Analytics API","type":"collection"}},"urlObject":{"path":["collections","nav_graph_nodes"],"host":["https://analytics.evolv.ai/v1"],"query":[],"variable":[]}},"response":[{"id":"1e5844e0-6ccc-4417-9f13-12ca9461c2b5","name":"Accepted","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"environment\": \"we3p4o2mgq\",\n  \"organization\": \"2r3ul11huq\",\n  \"time_range\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"candidates\": [\n    \"vpmhgj6uxs98:zofjhw0cc3:4164835\",\n    \"tt1gk8sghpdp:dkd9ebcjs2\"\n  ],\n  \"contaminations\": \"INCLUDE\",\n  \"experiments\": [\n    \"l93xyuorxx\",\n    \"2pv8h00yu3\"\n  ],\n  \"filter\": {},\n  \"groups\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"level\": \"<integer>\",\n  \"score\": {\n    \"function\": \"<string>\",\n    \"params\": {\n      \"type\": \"<string>\",\n      \"value_key\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  },\n  \"variants\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"views\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://analytics.evolv.ai/v1/collections/nav_graph_nodes"},"status":"Accepted","code":202,"_postman_previewlanguage":"text","header":[{"disabled":false,"description":{"content":"A URL the client should poll for a response status","type":"text/plain"},"key":"Location","value":"<string>"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"b37e4a00-ce14-40ea-9707-a6f1541789e5"},{"name":"Retrieve Navigation Graph Nodes","id":"33fbe99e-8aa3-405e-9fff-a9574a606059","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://analytics.evolv.ai/v1/collections/nav_graph_nodes/:cursor_id?sort=<string>&fields=<string>&limit=<integer>&after_token=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"269fbecb-73fc-4612-9b1f-2e44e8267022","id":"269fbecb-73fc-4612-9b1f-2e44e8267022","name":"Analytics API","type":"collection"}},"urlObject":{"path":["collections","nav_graph_nodes",":cursor_id"],"host":["https://analytics.evolv.ai/v1"],"query":[{"description":{"content":"<p>Comma separated attributes to sort by, prefix with '-' to sort in descending order, ascending by default.  </p>\n<p>Examples include:</p>\n<ul>\n<li><code>-min_timestamp</code> sorts results by min_timestamp in descending order</li>\n<li><code>min_timestamp,-environment</code> sorts first by min_timestamp in ascending order, then environment in descending order</li>\n</ul>\n<p>Attributes from the response body can be used to sort by</p>\n","type":"text/plain"},"key":"sort","value":"<string>"},{"description":{"content":"<p>Comma separated attributes to include in the response.</p>\n","type":"text/plain"},"key":"fields","value":"<string>"},{"description":{"content":"<p>Describes the max number of records to return</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>Assists with pagination, request returns all records that come after token</p>\n","type":"text/plain"},"key":"after_token","value":"<integer>"}],"variable":[{"id":"a49058c5-46aa-4323-932d-9c9789dc4896","description":{"content":"<p>(Required) Unique identifier used to find results</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"cursor_id"}]}},"response":[{"id":"6f29ad50-4c4c-4f3f-b636-51bd816f24a0","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://analytics.evolv.ai/v1/collections/nav_graph_nodes/:cursor_id?sort=<string>&fields=<string>&limit=<integer>&after_token=<integer>","host":["https://analytics.evolv.ai/v1"],"path":["collections","nav_graph_nodes",":cursor_id"],"query":[{"description":"Comma separated attributes to sort by, prefix with '-' to sort in descending order, ascending by default.  \n\nExamples include:\n- `-min_timestamp` sorts results by min_timestamp in descending order\n- `min_timestamp,-environment` sorts first by min_timestamp in ascending order, then environment in descending order  \n\nAttributes from the response body can be used to sort by","key":"sort","value":"<string>"},{"description":"Comma separated attributes to include in the response.","key":"fields","value":"<string>"},{"description":"Describes the max number of records to return","key":"limit","value":"<integer>"},{"description":"Assists with pagination, request returns all records that come after token","key":"after_token","value":"<integer>"}],"variable":[{"key":"cursor_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"Urls describing how to get to the previous (prev), next, first and last page of results","type":"text/plain"},"key":"Links","value":"<string>"},{"disabled":false,"description":{"content":"The total number of results returned from the cursor","type":"text/plain"},"key":"X-Total-Count","value":"<string>"}],"cookie":[],"responseTime":null,"body":"{\n  \"items\": [\n    {\n      \"node\": \"<string>\",\n      \"active_keys\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"view_key\": \"<string>\",\n      \"events\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"sessions\": \"<integer>\",\n      \"conversions\": \"<integer>\",\n      \"sample_sids\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"converted_clicks\": [\n        {\n          \"count\": \"<integer>\",\n          \"id\": \"<string>\"\n        },\n        {\n          \"count\": \"<integer>\",\n          \"id\": \"<string>\"\n        }\n      ],\n      \"non_converted_clicks\": [\n        {\n          \"count\": \"<integer>\",\n          \"id\": \"<string>\"\n        },\n        {\n          \"count\": \"<integer>\",\n          \"id\": \"<string>\"\n        }\n      ],\n      \"unique_sessions\": \"<integer>\",\n      \"score\": \"<float>\"\n    },\n    {\n      \"node\": \"<string>\",\n      \"active_keys\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"view_key\": \"<string>\",\n      \"events\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"sessions\": \"<integer>\",\n      \"conversions\": \"<integer>\",\n      \"sample_sids\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"converted_clicks\": [\n        {\n          \"count\": \"<integer>\",\n          \"id\": \"<string>\"\n        },\n        {\n          \"count\": \"<integer>\",\n          \"id\": \"<string>\"\n        }\n      ],\n      \"non_converted_clicks\": [\n        {\n          \"count\": \"<integer>\",\n          \"id\": \"<string>\"\n        },\n        {\n          \"count\": \"<integer>\",\n          \"id\": \"<string>\"\n        }\n      ],\n      \"unique_sessions\": \"<integer>\",\n      \"score\": \"<float>\"\n    }\n  ],\n  \"meta\": {\n    \"next\": \"<string>\",\n    \"prev\": \"<string>\",\n    \"first\": \"<string>\",\n    \"last\": \"<string>\",\n    \"total_count\": \"<integer>\"\n  }\n}"}],"_postman_id":"33fbe99e-8aa3-405e-9fff-a9574a606059"},{"name":"Query Statistics Related to Context Stages","id":"726091c4-888b-4412-95be-a68f385ed333","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"environment\": \"gtvg5semgg\",\n  \"organization\": \"81w3arupbs\",\n  \"time_range\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"filter\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://analytics.evolv.ai/v1/collections/partial_context_stages","description":"<p>Create query for Context Stages statistics.</p>\n<ul>\n<li><code>organization</code>: (Required) Id of organization to find results for </li>\n<li><code>environment</code>: (Required) Id of environment to find results for </li>\n<li><code>time_range</code>: (Required) Range of time to query for, two epoch timestamps (ms), [inclusive, exclusive] </li>\n<li><code>filter</code>: JSON object describing filters to apply to the query</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"269fbecb-73fc-4612-9b1f-2e44e8267022","id":"269fbecb-73fc-4612-9b1f-2e44e8267022","name":"Analytics API","type":"collection"}},"urlObject":{"path":["collections","partial_context_stages"],"host":["https://analytics.evolv.ai/v1"],"query":[],"variable":[]}},"response":[{"id":"9423e2b4-ffa8-4c94-b48f-896f56defe30","name":"Accepted","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"environment\": \"gtvg5semgg\",\n  \"organization\": \"81w3arupbs\",\n  \"time_range\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"filter\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://analytics.evolv.ai/v1/collections/partial_context_stages"},"status":"Accepted","code":202,"_postman_previewlanguage":"text","header":[{"disabled":false,"description":{"content":"A URL the client should poll for a response status","type":"text/plain"},"key":"Location","value":"<string>"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"726091c4-888b-4412-95be-a68f385ed333"},{"name":"Retrieve Context Stages Stats","id":"4bc1928e-4678-4b80-b05f-3ad502e7852f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://analytics.evolv.ai/v1/collections/partial_context_stages/:cursor_id?sort=<string>&fields=<string>&limit=<integer>&after_token=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"269fbecb-73fc-4612-9b1f-2e44e8267022","id":"269fbecb-73fc-4612-9b1f-2e44e8267022","name":"Analytics API","type":"collection"}},"urlObject":{"path":["collections","partial_context_stages",":cursor_id"],"host":["https://analytics.evolv.ai/v1"],"query":[{"description":{"content":"<p>Comma separated attributes to sort by, prefix with '-' to sort in descending order, ascending by default.  </p>\n<p>Examples include:</p>\n<ul>\n<li><code>-min_timestamp</code> sorts results by min_timestamp in descending order</li>\n<li><code>min_timestamp,-environment</code> sorts first by min_timestamp in ascending order, then environment in descending order</li>\n</ul>\n<p>Attributes from the response body can be used to sort by</p>\n","type":"text/plain"},"key":"sort","value":"<string>"},{"description":{"content":"<p>Comma separated attributes to include in the response.</p>\n","type":"text/plain"},"key":"fields","value":"<string>"},{"description":{"content":"<p>Describes the max number of records to return</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>Assists with pagination, request returns all records that come after token</p>\n","type":"text/plain"},"key":"after_token","value":"<integer>"}],"variable":[{"id":"33517343-6bd4-4d86-969f-614a2e89de56","description":{"content":"<p>(Required) Unique identifier used to find results</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"cursor_id"}]}},"response":[{"id":"34f477a0-c0ca-4411-bf6f-1a8c89964948","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://analytics.evolv.ai/v1/collections/partial_context_stages/:cursor_id?sort=<string>&fields=<string>&limit=<integer>&after_token=<integer>","host":["https://analytics.evolv.ai/v1"],"path":["collections","partial_context_stages",":cursor_id"],"query":[{"description":"Comma separated attributes to sort by, prefix with '-' to sort in descending order, ascending by default.  \n\nExamples include:\n- `-min_timestamp` sorts results by min_timestamp in descending order\n- `min_timestamp,-environment` sorts first by min_timestamp in ascending order, then environment in descending order  \n\nAttributes from the response body can be used to sort by","key":"sort","value":"<string>"},{"description":"Comma separated attributes to include in the response.","key":"fields","value":"<string>"},{"description":"Describes the max number of records to return","key":"limit","value":"<integer>"},{"description":"Assists with pagination, request returns all records that come after token","key":"after_token","value":"<integer>"}],"variable":[{"key":"cursor_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"Urls describing how to get to the previous (prev), next, first and last page of results","type":"text/plain"},"key":"Links","value":"<string>"},{"disabled":false,"description":{"content":"The total number of results returned from the cursor","type":"text/plain"},"key":"X-Total-Count","value":"<string>"}],"cookie":[],"responseTime":null,"body":"{\n  \"items\": [\n    {\n      \"uid\": \"<string>\",\n      \"sid\": \"<string>\",\n      \"client\": \"<string>\",\n      \"data\": \"<string>\",\n      \"timezone_date\": \"<string>\",\n      \"min_timestamp\": \"<string>\",\n      \"max_timestamp\": \"<string>\",\n      \"created_at\": \"<string>\"\n    },\n    {\n      \"uid\": \"<string>\",\n      \"sid\": \"<string>\",\n      \"client\": \"<string>\",\n      \"data\": \"<string>\",\n      \"timezone_date\": \"<string>\",\n      \"min_timestamp\": \"<string>\",\n      \"max_timestamp\": \"<string>\",\n      \"created_at\": \"<string>\"\n    }\n  ],\n  \"meta\": {\n    \"next\": \"<string>\",\n    \"prev\": \"<string>\",\n    \"first\": \"<string>\",\n    \"last\": \"<string>\",\n    \"total_count\": \"<integer>\"\n  }\n}"}],"_postman_id":"4bc1928e-4678-4b80-b05f-3ad502e7852f"},{"name":"Query Statistics Related to Sessions","id":"0b15b247-84e2-4d9e-b9dd-7e9c71f46863","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"environment\": \"eccei54bfr\",\n  \"organization\": \"cmp9nxcdrq\",\n  \"time_range\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"filter\": {},\n  \"group_by\": {\n    \"params\": {\n      \"group_key\": \"<string>\"\n    }\n  },\n  \"score\": {\n    \"function\": \"<string>\",\n    \"params\": {\n      \"type\": \"<string>\",\n      \"value_key\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://analytics.evolv.ai/v1/collections/session_stats","description":"<p>Create query for session statistics.</p>\n<ul>\n<li><code>organization</code>: (Required) Id of organization to find results for </li>\n<li><code>environment</code>: (Required) Id of environment to find results for </li>\n<li><code>time_range</code>: (Required) Range of time to query for, two epoch timestamps (ms), [inclusive, exclusive] </li>\n<li><code>filter</code>: JSON object describing filters to apply to the query </li>\n<li><code>score</code>: JSON object describing what scoring function to use <ul>\n<li><code>function</code>: (Required) Scoring function to use for scoring collection data: [event, value] </li>\n<li><code>params</code>: Parameters to be given to scoring function <ul>\n<li><code>type</code>: Name of the conversion event </li>\n<li><code>value_key</code>: Name of the value event, tokenized as a list of strings</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><code>group_by</code>: JSON object describing what grouping to use <ul>\n<li><code>params</code>: Parameters to be given to scoring function <ul>\n<li><code>group_key</code>: (Required) Name of the event to group the result-set</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"269fbecb-73fc-4612-9b1f-2e44e8267022","id":"269fbecb-73fc-4612-9b1f-2e44e8267022","name":"Analytics API","type":"collection"}},"urlObject":{"path":["collections","session_stats"],"host":["https://analytics.evolv.ai/v1"],"query":[],"variable":[]}},"response":[{"id":"b2c8ad55-773a-4f21-b2ba-750ae7316267","name":"Accepted","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"environment\": \"eccei54bfr\",\n  \"organization\": \"cmp9nxcdrq\",\n  \"time_range\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"filter\": {},\n  \"group_by\": {\n    \"params\": {\n      \"group_key\": \"<string>\"\n    }\n  },\n  \"score\": {\n    \"function\": \"<string>\",\n    \"params\": {\n      \"type\": \"<string>\",\n      \"value_key\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://analytics.evolv.ai/v1/collections/session_stats"},"status":"Accepted","code":202,"_postman_previewlanguage":"text","header":[{"disabled":false,"description":{"content":"A URL the client should poll for a response status","type":"text/plain"},"key":"Location","value":"<string>"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"0b15b247-84e2-4d9e-b9dd-7e9c71f46863"},{"name":"Retrieve Session Stats","id":"146bb2fc-0859-4524-8a97-8c3e7939ca31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://analytics.evolv.ai/v1/collections/session_stats/:cursor_id?sort=<string>&fields=<string>&limit=<integer>&after_token=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"269fbecb-73fc-4612-9b1f-2e44e8267022","id":"269fbecb-73fc-4612-9b1f-2e44e8267022","name":"Analytics API","type":"collection"}},"urlObject":{"path":["collections","session_stats",":cursor_id"],"host":["https://analytics.evolv.ai/v1"],"query":[{"description":{"content":"<p>Comma separated attributes to sort by, prefix with '-' to sort in descending order, ascending by default.  </p>\n<p>Examples include:</p>\n<ul>\n<li><code>-min_timestamp</code> sorts results by min_timestamp in descending order</li>\n<li><code>min_timestamp,-environment</code> sorts first by min_timestamp in ascending order, then environment in descending order</li>\n</ul>\n<p>Attributes from the response body can be used to sort by</p>\n","type":"text/plain"},"key":"sort","value":"<string>"},{"description":{"content":"<p>Comma separated attributes to include in the response.</p>\n","type":"text/plain"},"key":"fields","value":"<string>"},{"description":{"content":"<p>Describes the max number of records to return</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>Assists with pagination, request returns all records that come after token</p>\n","type":"text/plain"},"key":"after_token","value":"<integer>"}],"variable":[{"id":"368bcf92-eb57-4578-9a82-520165cb5992","description":{"content":"<p>(Required) Unique identifier used to find results</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"cursor_id"}]}},"response":[{"id":"d37d4f83-3dd2-436d-ac19-fa0300caeaed","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://analytics.evolv.ai/v1/collections/session_stats/:cursor_id?sort=<string>&fields=<string>&limit=<integer>&after_token=<integer>","host":["https://analytics.evolv.ai/v1"],"path":["collections","session_stats",":cursor_id"],"query":[{"description":"Comma separated attributes to sort by, prefix with '-' to sort in descending order, ascending by default.  \n\nExamples include:\n- `-min_timestamp` sorts results by min_timestamp in descending order\n- `min_timestamp,-environment` sorts first by min_timestamp in ascending order, then environment in descending order  \n\nAttributes from the response body can be used to sort by","key":"sort","value":"<string>"},{"description":"Comma separated attributes to include in the response.","key":"fields","value":"<string>"},{"description":"Describes the max number of records to return","key":"limit","value":"<integer>"},{"description":"Assists with pagination, request returns all records that come after token","key":"after_token","value":"<integer>"}],"variable":[{"key":"cursor_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"Urls describing how to get to the previous (prev), next, first and last page of results","type":"text/plain"},"key":"Links","value":"<string>"},{"disabled":false,"description":{"content":"The total number of results returned from the cursor","type":"text/plain"},"key":"X-Total-Count","value":"<string>"}],"cookie":[],"responseTime":null,"body":"{\n  \"items\": [\n    {\n      \"group_by_value\": \"<string>\",\n      \"sessions\": \"<integer>\",\n      \"conversions\": \"<integer>\",\n      \"value_per_session\": \"<float>\",\n      \"value_per_converting_session\": \"<float>\"\n    },\n    {\n      \"group_by_value\": \"<string>\",\n      \"sessions\": \"<integer>\",\n      \"conversions\": \"<integer>\",\n      \"value_per_session\": \"<float>\",\n      \"value_per_converting_session\": \"<float>\"\n    }\n  ],\n  \"meta\": {\n    \"next\": \"<string>\",\n    \"prev\": \"<string>\",\n    \"first\": \"<string>\",\n    \"last\": \"<string>\",\n    \"total_count\": \"<integer>\"\n  }\n}"}],"_postman_id":"146bb2fc-0859-4524-8a97-8c3e7939ca31"},{"name":"Query Timeseries Statistics Related to Sessions","id":"82eec442-3a92-48cf-8f55-36a006d3062e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"environment\": \"eccei54bfr\",\n  \"organization\": \"cmp9nxcdrq\",\n  \"time_range\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"filter\": {},\n  \"group_by\": {\n    \"params\": {\n      \"group_key\": \"<string>\"\n    }\n  },\n  \"score\": {\n    \"function\": \"<string>\",\n    \"params\": {\n      \"type\": \"<string>\",\n      \"value_key\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://analytics.evolv.ai/v1/collections/session_stats_timeseries","description":"<p>Create query for session timeseries statistics.</p>\n<ul>\n<li><code>organization</code>: (Required) Id of organization to find results for </li>\n<li><code>environment</code>: (Required) Id of environment to find results for </li>\n<li><code>time_range</code>: (Required) Range of time to query for, two epoch timestamps (ms), [inclusive, exclusive] </li>\n<li><code>filter</code>: JSON object describing filters to apply to the query </li>\n<li><code>score</code>: JSON object describing what scoring function to use <ul>\n<li><code>function</code>: (Required) Scoring function to use for scoring collection data: [event, value] </li>\n<li><code>params</code>: Parameters to be given to scoring function <ul>\n<li><code>type</code>: Name of the conversion event </li>\n<li><code>value_key</code>: Name of the value event, tokenized as a list of strings</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><code>group_by</code>: JSON object describing what grouping to use <ul>\n<li><code>params</code>: Parameters to be given to scoring function <ul>\n<li><code>group_key</code>: (Required) Name of the event to group the result-set</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"269fbecb-73fc-4612-9b1f-2e44e8267022","id":"269fbecb-73fc-4612-9b1f-2e44e8267022","name":"Analytics API","type":"collection"}},"urlObject":{"path":["collections","session_stats_timeseries"],"host":["https://analytics.evolv.ai/v1"],"query":[],"variable":[]}},"response":[{"id":"d2c537b1-6a4e-4c5d-9b0a-acac3e029359","name":"Accepted","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"environment\": \"eccei54bfr\",\n  \"organization\": \"cmp9nxcdrq\",\n  \"time_range\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"filter\": {},\n  \"group_by\": {\n    \"params\": {\n      \"group_key\": \"<string>\"\n    }\n  },\n  \"score\": {\n    \"function\": \"<string>\",\n    \"params\": {\n      \"type\": \"<string>\",\n      \"value_key\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://analytics.evolv.ai/v1/collections/session_stats_timeseries"},"status":"Accepted","code":202,"_postman_previewlanguage":"text","header":[{"disabled":false,"description":{"content":"A URL the client should poll for a response status","type":"text/plain"},"key":"Location","value":"<string>"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"82eec442-3a92-48cf-8f55-36a006d3062e"},{"name":"Retrieve Timeseries Session Stats","id":"1415d9be-0d03-4b4c-abe3-0345232a593d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://analytics.evolv.ai/v1/collections/session_stats_timeseries/:cursor_id?sort=<string>&fields=<string>&limit=<integer>&after_token=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"269fbecb-73fc-4612-9b1f-2e44e8267022","id":"269fbecb-73fc-4612-9b1f-2e44e8267022","name":"Analytics API","type":"collection"}},"urlObject":{"path":["collections","session_stats_timeseries",":cursor_id"],"host":["https://analytics.evolv.ai/v1"],"query":[{"description":{"content":"<p>Comma separated attributes to sort by, prefix with '-' to sort in descending order, ascending by default.  </p>\n<p>Examples include:</p>\n<ul>\n<li><code>-min_timestamp</code> sorts results by min_timestamp in descending order</li>\n<li><code>min_timestamp,-environment</code> sorts first by min_timestamp in ascending order, then environment in descending order</li>\n</ul>\n<p>Attributes from the response body can be used to sort by</p>\n","type":"text/plain"},"key":"sort","value":"<string>"},{"description":{"content":"<p>Comma separated attributes to include in the response.</p>\n","type":"text/plain"},"key":"fields","value":"<string>"},{"description":{"content":"<p>Describes the max number of records to return</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>Assists with pagination, request returns all records that come after token</p>\n","type":"text/plain"},"key":"after_token","value":"<integer>"}],"variable":[{"id":"d05534bd-741c-4b40-aed2-3f894cf11c89","description":{"content":"<p>(Required) Unique identifier used to find results</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"cursor_id"}]}},"response":[{"id":"0930205f-c14c-4188-9624-c28ff75ad5ca","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://analytics.evolv.ai/v1/collections/session_stats_timeseries/:cursor_id?sort=<string>&fields=<string>&limit=<integer>&after_token=<integer>","host":["https://analytics.evolv.ai/v1"],"path":["collections","session_stats_timeseries",":cursor_id"],"query":[{"description":"Comma separated attributes to sort by, prefix with '-' to sort in descending order, ascending by default.  \n\nExamples include:\n- `-min_timestamp` sorts results by min_timestamp in descending order\n- `min_timestamp,-environment` sorts first by min_timestamp in ascending order, then environment in descending order  \n\nAttributes from the response body can be used to sort by","key":"sort","value":"<string>"},{"description":"Comma separated attributes to include in the response.","key":"fields","value":"<string>"},{"description":"Describes the max number of records to return","key":"limit","value":"<integer>"},{"description":"Assists with pagination, request returns all records that come after token","key":"after_token","value":"<integer>"}],"variable":[{"key":"cursor_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"Urls describing how to get to the previous (prev), next, first and last page of results","type":"text/plain"},"key":"Links","value":"<string>"},{"disabled":false,"description":{"content":"The total number of results returned from the cursor","type":"text/plain"},"key":"X-Total-Count","value":"<string>"}],"cookie":[],"responseTime":null,"body":"{\n  \"items\": [\n    {\n      \"date\": \"<string>\",\n      \"group_by_value\": \"<string>\",\n      \"sessions\": \"<integer>\",\n      \"conversions\": \"<integer>\",\n      \"value_per_session\": \"<float>\",\n      \"value_per_converting_session\": \"<float>\",\n      \"rt_sessions\": \"<integer>\",\n      \"rt_conversions\": \"<integer>\",\n      \"rt_value_per_session\": \"<float>\",\n      \"rt_value_per_converting_session\": \"<float>\"\n    },\n    {\n      \"date\": \"<string>\",\n      \"group_by_value\": \"<string>\",\n      \"sessions\": \"<integer>\",\n      \"conversions\": \"<integer>\",\n      \"value_per_session\": \"<float>\",\n      \"value_per_converting_session\": \"<float>\",\n      \"rt_sessions\": \"<integer>\",\n      \"rt_conversions\": \"<integer>\",\n      \"rt_value_per_session\": \"<float>\",\n      \"rt_value_per_converting_session\": \"<float>\"\n    }\n  ],\n  \"meta\": {\n    \"next\": \"<string>\",\n    \"prev\": \"<string>\",\n    \"first\": \"<string>\",\n    \"last\": \"<string>\",\n    \"total_count\": \"<integer>\"\n  }\n}"}],"_postman_id":"1415d9be-0d03-4b4c-abe3-0345232a593d"},{"name":"Query Sessions","id":"15c906e3-483d-44a4-a983-f5b3705127e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"environment\": \"2ilhdx80k6\",\n  \"organization\": \"k8e1hbmusm\",\n  \"time_range\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"filter\": {},\n  \"score\": {\n    \"function\": \"<string>\",\n    \"params\": {\n      \"type\": \"<string>\",\n      \"value_key\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://analytics.evolv.ai/v1/sessions","description":"<p>Create query for listing sessions.</p>\n<ul>\n<li><code>organization</code>: (Required) Id of organization to find results for </li>\n<li><code>environment</code>: (Required) Id of environment to find results for </li>\n<li><code>time_range</code>: (Required) Range of time to query for, two epoch timestamps (ms), [inclusive, exclusive] </li>\n<li><code>filter</code>: JSON object describing filters to apply to the query </li>\n<li><code>score</code>: JSON object describing what scoring function to use <ul>\n<li><code>function</code>: (Required) Scoring function to use for scoring collection data: [event, value] </li>\n<li><code>params</code>: Parameters to be given to scoring function <ul>\n<li><code>type</code>: Name of the conversion event </li>\n<li><code>value_key</code>: Name of the value event, tokenized as a list of strings</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"269fbecb-73fc-4612-9b1f-2e44e8267022","id":"269fbecb-73fc-4612-9b1f-2e44e8267022","name":"Analytics API","type":"collection"}},"urlObject":{"path":["sessions"],"host":["https://analytics.evolv.ai/v1"],"query":[],"variable":[]}},"response":[{"id":"56da785f-3901-444c-825a-2acb325229e3","name":"Accepted","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"environment\": \"2ilhdx80k6\",\n  \"organization\": \"k8e1hbmusm\",\n  \"time_range\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"filter\": {},\n  \"score\": {\n    \"function\": \"<string>\",\n    \"params\": {\n      \"type\": \"<string>\",\n      \"value_key\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://analytics.evolv.ai/v1/sessions"},"status":"Accepted","code":202,"_postman_previewlanguage":"text","header":[{"disabled":false,"description":{"content":"A URL the client should poll for a response status","type":"text/plain"},"key":"Location","value":"<string>"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"15c906e3-483d-44a4-a983-f5b3705127e9"},{"name":"Query Statistics Related to Variants","id":"8c10e5f4-07f3-4d68-a819-fffdc236f2e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"environment\": \"xivfj7iwyb\",\n  \"organization\": \"pkkjfft38b\",\n  \"time_range\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"filter\": {},\n  \"groups\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"score\": {\n    \"function\": \"<string>\",\n    \"params\": {\n      \"type\": \"<string>\",\n      \"value_key\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://analytics.evolv.ai/v1/collections/variant_stats","description":"<p>Create query for variant statistics.</p>\n<ul>\n<li><code>organization</code>: (Required) Id of organization to find results for </li>\n<li><code>environment</code>: (Required) Id of environment to find results for </li>\n<li><code>time_range</code>: (Required) Range of time to query for, two epoch timestamps (ms), [inclusive, exclusive] </li>\n<li><code>filter</code>: JSON object describing filters to apply to the query </li>\n<li><code>score</code>: JSON object describing what scoring function to use <ul>\n<li><code>function</code>: (Required) Scoring function to use for scoring collection data: [event, value] </li>\n<li><code>params</code>: Parameters to be given to scoring function <ul>\n<li><code>type</code>: Name of the conversion event </li>\n<li><code>value_key</code>: Name of the value event, tokenized as a list of strings</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><code>groups</code>: Array of experiment group ids to produce results for</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"269fbecb-73fc-4612-9b1f-2e44e8267022","id":"269fbecb-73fc-4612-9b1f-2e44e8267022","name":"Analytics API","type":"collection"}},"urlObject":{"path":["collections","variant_stats"],"host":["https://analytics.evolv.ai/v1"],"query":[],"variable":[]}},"response":[{"id":"733034da-4388-490f-8e34-3bcd363eaaa2","name":"Accepted","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"environment\": \"xivfj7iwyb\",\n  \"organization\": \"pkkjfft38b\",\n  \"time_range\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"filter\": {},\n  \"groups\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"score\": {\n    \"function\": \"<string>\",\n    \"params\": {\n      \"type\": \"<string>\",\n      \"value_key\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://analytics.evolv.ai/v1/collections/variant_stats"},"status":"Accepted","code":202,"_postman_previewlanguage":"text","header":[{"disabled":false,"description":{"content":"A URL the client should poll for a response status","type":"text/plain"},"key":"Location","value":"<string>"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"8c10e5f4-07f3-4d68-a819-fffdc236f2e6"},{"name":"Retrieve Variant Stats","id":"6a3e14dc-b4c9-461e-bd5d-7eaca511e20b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://analytics.evolv.ai/v1/collections/variant_stats/:cursor_id?sort=<string>&fields=<string>&limit=<integer>&after_token=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"269fbecb-73fc-4612-9b1f-2e44e8267022","id":"269fbecb-73fc-4612-9b1f-2e44e8267022","name":"Analytics API","type":"collection"}},"urlObject":{"path":["collections","variant_stats",":cursor_id"],"host":["https://analytics.evolv.ai/v1"],"query":[{"description":{"content":"<p>Comma separated attributes to sort by, prefix with '-' to sort in descending order, ascending by default.  </p>\n<p>Examples include:</p>\n<ul>\n<li><code>-min_timestamp</code> sorts results by min_timestamp in descending order</li>\n<li><code>min_timestamp,-environment</code> sorts first by min_timestamp in ascending order, then environment in descending order</li>\n</ul>\n<p>Attributes from the response body can be used to sort by</p>\n","type":"text/plain"},"key":"sort","value":"<string>"},{"description":{"content":"<p>Comma separated attributes to include in the response.</p>\n","type":"text/plain"},"key":"fields","value":"<string>"},{"description":{"content":"<p>Describes the max number of records to return</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>Assists with pagination, request returns all records that come after token</p>\n","type":"text/plain"},"key":"after_token","value":"<integer>"}],"variable":[{"id":"f3a6137e-045a-412e-b467-cca331aededf","description":{"content":"<p>(Required) Unique identifier used to find results</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"cursor_id"}]}},"response":[{"id":"885c7ef8-9d8a-4ab7-b54e-fbef763bd5d0","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://analytics.evolv.ai/v1/collections/variant_stats/:cursor_id?sort=<string>&fields=<string>&limit=<integer>&after_token=<integer>","host":["https://analytics.evolv.ai/v1"],"path":["collections","variant_stats",":cursor_id"],"query":[{"description":"Comma separated attributes to sort by, prefix with '-' to sort in descending order, ascending by default.  \n\nExamples include:\n- `-min_timestamp` sorts results by min_timestamp in descending order\n- `min_timestamp,-environment` sorts first by min_timestamp in ascending order, then environment in descending order  \n\nAttributes from the response body can be used to sort by","key":"sort","value":"<string>"},{"description":"Comma separated attributes to include in the response.","key":"fields","value":"<string>"},{"description":"Describes the max number of records to return","key":"limit","value":"<integer>"},{"description":"Assists with pagination, request returns all records that come after token","key":"after_token","value":"<integer>"}],"variable":[{"key":"cursor_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"Urls describing how to get to the previous (prev), next, first and last page of results","type":"text/plain"},"key":"Links","value":"<string>"},{"disabled":false,"description":{"content":"The total number of results returned from the cursor","type":"text/plain"},"key":"X-Total-Count","value":"<string>"}],"cookie":[],"responseTime":null,"body":"{\n  \"items\": [\n    {\n      \"group\": \"<string>\",\n      \"experiment\": \"<string>\",\n      \"variant\": \"<string>\",\n      \"sessions\": \"<integer>\",\n      \"conversions\": \"<integer>\",\n      \"value_per_converting_session\": \"<float>\",\n      \"control_sessions\": \"<integer>\",\n      \"control_conversions\": \"<integer>\",\n      \"control_value_per_converting_session\": \"<float>\",\n      \"relative_performance\": [\n        \"<float>\",\n        \"<float>\"\n      ],\n      \"significant\": \"<boolean>\",\n      \"variant_posterior\": [\n        \"<float>\",\n        \"<float>\"\n      ]\n    },\n    {\n      \"group\": \"<string>\",\n      \"experiment\": \"<string>\",\n      \"variant\": \"<string>\",\n      \"sessions\": \"<integer>\",\n      \"conversions\": \"<integer>\",\n      \"value_per_converting_session\": \"<float>\",\n      \"control_sessions\": \"<integer>\",\n      \"control_conversions\": \"<integer>\",\n      \"control_value_per_converting_session\": \"<float>\",\n      \"relative_performance\": [\n        \"<float>\",\n        \"<float>\"\n      ],\n      \"significant\": \"<boolean>\",\n      \"variant_posterior\": [\n        \"<float>\",\n        \"<float>\"\n      ]\n    }\n  ],\n  \"meta\": {\n    \"next\": \"<string>\",\n    \"prev\": \"<string>\",\n    \"first\": \"<string>\",\n    \"last\": \"<string>\",\n    \"total_count\": \"<integer>\"\n  }\n}"}],"_postman_id":"6a3e14dc-b4c9-461e-bd5d-7eaca511e20b"},{"name":"Query Timeseries Statistics Related to Variants","id":"ddaeeef8-0fc7-4091-b283-aecb665ab58c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"environment\": \"xivfj7iwyb\",\n  \"organization\": \"pkkjfft38b\",\n  \"time_range\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"filter\": {},\n  \"groups\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"score\": {\n    \"function\": \"<string>\",\n    \"params\": {\n      \"type\": \"<string>\",\n      \"value_key\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://analytics.evolv.ai/v1/collections/variant_stats_timeseries","description":"<p>Create query for variant timeseries statistics.</p>\n<ul>\n<li><code>organization</code>: (Required) Id of organization to find results for </li>\n<li><code>environment</code>: (Required) Id of environment to find results for </li>\n<li><code>time_range</code>: (Required) Range of time to query for, two epoch timestamps (ms), [inclusive, exclusive] </li>\n<li><code>filter</code>: JSON object describing filters to apply to the query </li>\n<li><code>score</code>: JSON object describing what scoring function to use <ul>\n<li><code>function</code>: (Required) Scoring function to use for scoring collection data: [event, value] </li>\n<li><code>params</code>: Parameters to be given to scoring function <ul>\n<li><code>type</code>: Name of the conversion event </li>\n<li><code>value_key</code>: Name of the value event, tokenized as a list of strings</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><code>groups</code>: Array of experiment group ids to produce results for</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"269fbecb-73fc-4612-9b1f-2e44e8267022","id":"269fbecb-73fc-4612-9b1f-2e44e8267022","name":"Analytics API","type":"collection"}},"urlObject":{"path":["collections","variant_stats_timeseries"],"host":["https://analytics.evolv.ai/v1"],"query":[],"variable":[]}},"response":[{"id":"4ebbd370-3dcb-4400-92e7-aad86199f7fe","name":"Accepted","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"environment\": \"xivfj7iwyb\",\n  \"organization\": \"pkkjfft38b\",\n  \"time_range\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"filter\": {},\n  \"groups\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"score\": {\n    \"function\": \"<string>\",\n    \"params\": {\n      \"type\": \"<string>\",\n      \"value_key\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://analytics.evolv.ai/v1/collections/variant_stats_timeseries"},"status":"Accepted","code":202,"_postman_previewlanguage":"text","header":[{"disabled":false,"description":{"content":"A URL the client should poll for a response status","type":"text/plain"},"key":"Location","value":"<string>"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"ddaeeef8-0fc7-4091-b283-aecb665ab58c"},{"name":"Retrieve Variant Stats Timeseries","id":"b1b2c023-354d-4448-ae08-7c062e618133","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://analytics.evolv.ai/v1/collections/variant_stats_timeseries/:cursor_id?sort=<string>&fields=<string>&limit=<integer>&after_token=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"269fbecb-73fc-4612-9b1f-2e44e8267022","id":"269fbecb-73fc-4612-9b1f-2e44e8267022","name":"Analytics API","type":"collection"}},"urlObject":{"path":["collections","variant_stats_timeseries",":cursor_id"],"host":["https://analytics.evolv.ai/v1"],"query":[{"description":{"content":"<p>Comma separated attributes to sort by, prefix with '-' to sort in descending order, ascending by default.  </p>\n<p>Examples include:</p>\n<ul>\n<li><code>-min_timestamp</code> sorts results by min_timestamp in descending order</li>\n<li><code>min_timestamp,-environment</code> sorts first by min_timestamp in ascending order, then environment in descending order</li>\n</ul>\n<p>Attributes from the response body can be used to sort by</p>\n","type":"text/plain"},"key":"sort","value":"<string>"},{"description":{"content":"<p>Comma separated attributes to include in the response.</p>\n","type":"text/plain"},"key":"fields","value":"<string>"},{"description":{"content":"<p>Describes the max number of records to return</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>Assists with pagination, request returns all records that come after token</p>\n","type":"text/plain"},"key":"after_token","value":"<integer>"}],"variable":[{"id":"94a39062-0a98-47dd-b627-05016d8ba0e3","description":{"content":"<p>(Required) Unique identifier used to find results</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"cursor_id"}]}},"response":[{"id":"9ba243ea-f957-4605-b96b-ebfa6fa1284c","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://analytics.evolv.ai/v1/collections/variant_stats_timeseries/:cursor_id?sort=<string>&fields=<string>&limit=<integer>&after_token=<integer>","host":["https://analytics.evolv.ai/v1"],"path":["collections","variant_stats_timeseries",":cursor_id"],"query":[{"description":"Comma separated attributes to sort by, prefix with '-' to sort in descending order, ascending by default.  \n\nExamples include:\n- `-min_timestamp` sorts results by min_timestamp in descending order\n- `min_timestamp,-environment` sorts first by min_timestamp in ascending order, then environment in descending order  \n\nAttributes from the response body can be used to sort by","key":"sort","value":"<string>"},{"description":"Comma separated attributes to include in the response.","key":"fields","value":"<string>"},{"description":"Describes the max number of records to return","key":"limit","value":"<integer>"},{"description":"Assists with pagination, request returns all records that come after token","key":"after_token","value":"<integer>"}],"variable":[{"key":"cursor_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"Urls describing how to get to the previous (prev), next, first and last page of results","type":"text/plain"},"key":"Links","value":"<string>"},{"disabled":false,"description":{"content":"The total number of results returned from the cursor","type":"text/plain"},"key":"X-Total-Count","value":"<string>"}],"cookie":[],"responseTime":null,"body":"{\n  \"items\": [\n    {\n      \"group\": \"<string>\",\n      \"experiment\": \"<string>\",\n      \"variant\": \"<string>\",\n      \"date\": \"<string>\",\n      \"sessions\": \"<integer>\",\n      \"conversions\": \"<integer>\",\n      \"value_per_converting_session\": \"<float>\",\n      \"control_sessions\": \"<integer>\",\n      \"control_conversions\": \"<integer>\",\n      \"control_value_per_converting_session\": \"<float>\",\n      \"relative_performance\": [\n        \"<float>\",\n        \"<float>\"\n      ],\n      \"significant\": \"<boolean>\"\n    },\n    {\n      \"group\": \"<string>\",\n      \"experiment\": \"<string>\",\n      \"variant\": \"<string>\",\n      \"date\": \"<string>\",\n      \"sessions\": \"<integer>\",\n      \"conversions\": \"<integer>\",\n      \"value_per_converting_session\": \"<float>\",\n      \"control_sessions\": \"<integer>\",\n      \"control_conversions\": \"<integer>\",\n      \"control_value_per_converting_session\": \"<float>\",\n      \"relative_performance\": [\n        \"<float>\",\n        \"<float>\"\n      ],\n      \"significant\": \"<boolean>\"\n    }\n  ],\n  \"meta\": {\n    \"next\": \"<string>\",\n    \"prev\": \"<string>\",\n    \"first\": \"<string>\",\n    \"last\": \"<string>\",\n    \"total_count\": \"<integer>\"\n  }\n}"}],"_postman_id":"b1b2c023-354d-4448-ae08-7c062e618133"}],"id":"f9c0f4f1-da4a-43b4-92f4-35c536db9a36","description":"<p>Assortment of views of data to query.</p>\n<h4 id=\"filter\">Filter</h4>\n<p>Including the \"filter\" attribute in the request body allows one to filter the results.</p>\n<p>Object follows the same syntax and format of the audience object. Supported operators include:</p>\n<ul>\n<li><code>any_contains</code> - field (an array), whether the value specified is a substring of any of the elements of the</li>\n<li><code>contains</code> - field (an array), whether the value specified matches at least one element of the array field</li>\n<li><code>not_contains</code> - field (an array), whether the value specified does not match any element of the array\n array field</li>\n<li><code>exists</code> - field is not null (no need to supply \"value\")</li>\n<li><code>not_exists</code> - field is null (no need to supply \"value\")</li>\n<li><code>in</code> - field in supplied array (\"value\" should be an array)</li>\n<li><code>not_in</code> - field not in supplied array (\"value\" should be an array)</li>\n<li><code>is_false</code> - field (a boolean) is false (no need to supply \"value\")</li>\n<li><code>is_true</code> - field (a boolean) is true (no need to supply \"value\")</li>\n<li><code>greater_than</code> - field (a number) is greater than value</li>\n<li><code>greater_than_or_equal_to</code> - field (a number) is greater than or equal to the value</li>\n<li><code>less_than</code> - field (a number) in less than value</li>\n<li><code>less_than_or_equal_to</code> - field (a number) is less that or equal to the value</li>\n<li><code>loose_equal</code> - field equals value</li>\n<li><code>loose_not_equal</code> - field does not equal value</li>\n<li><code>regex64_match</code> - field (a string) matches regex</li>\n<li><code>not_regex64_match</code> - field (a string) does not match regex</li>\n</ul>\n<p>Example of a filter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\"rules\": [{\"field\": \"web.client.browser\", \"operator\": \"equal\", \"value\": \"chrome\"}, {\"field\": \"location\",\n\"operator\": \"equal\", \"value\": \"US\"}]}\n</code></pre>\n<p>The above object would filter for all chrome users/sessions in the United States</p>\n<h4 id=\"score\">Score</h4>\n<p>Most queries to collections allow for the use of the \"score\" parameter, this parameter allows one to change the scoring\nfunction applied to the underlying data. An example of the \"score\" parameter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\"function\": \"event\", \"params\": {\"type\": \"checkout\"}}\n</code></pre>\n<p>The above \"score\" parameter will attribute a score of one for every event equal to \"checkout\".</p>\n","_postman_id":"f9c0f4f1-da4a-43b4-92f4-35c536db9a36","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"269fbecb-73fc-4612-9b1f-2e44e8267022","id":"269fbecb-73fc-4612-9b1f-2e44e8267022","name":"Analytics API","type":"collection"}}},{"name":"Statuses","item":[{"name":"Retrieve Query Status","id":"1730cd40-c6da-4802-ab79-d33a0b459de0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://analytics.evolv.ai/v1/statuses/:cursor_id","description":"<p>Retrieve the status of a running, completed or failed query. Possible values for \"status\" include:</p>\n<ul>\n<li><code>DONE</code> - query finished successfully retrieve results specified in \"location\" attribute or the Location header</li>\n<li><code>PENDING</code> - query is executing, check back later for results</li>\n<li><code>ERROR</code> - query errored, contact support with supplied cursor id</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"269fbecb-73fc-4612-9b1f-2e44e8267022","id":"269fbecb-73fc-4612-9b1f-2e44e8267022","name":"Analytics API","type":"collection"}},"urlObject":{"path":["statuses",":cursor_id"],"host":["https://analytics.evolv.ai/v1"],"query":[],"variable":[{"id":"e703f8fd-5d5a-49f2-b25b-3403403945cc","type":"any","key":"cursor_id"}]}},"response":[{"id":"bbb3108d-1ab6-4eb6-abee-b8831763f9eb","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://analytics.evolv.ai/v1/statuses/:cursor_id","host":["https://analytics.evolv.ai/v1"],"path":["statuses",":cursor_id"],"variable":[{"key":"cursor_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"A URL the client should poll for a response status","type":"text/plain"},"key":"Location","value":"<string>"},{"disabled":false,"description":{"content":"Length of time in milliseconds to wait until polling the endpoint again","type":"text/plain"},"key":"Retry-After","value":"<integer>"},{"disabled":false,"description":{"content":"Current status of query, either \"PENDING\", \"DONE\" or \"ERROR\"","type":"text/plain"},"key":"X-Status","value":"<string>"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"<string>\",\n  \"location\": \"<string>\",\n  \"retry_after\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"cursor_id\": \"<string>\"\n}"}],"_postman_id":"1730cd40-c6da-4802-ab79-d33a0b459de0"}],"id":"eb4b7921-467c-4d65-8108-452b3615f9c9","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    Retrieve statuses on submitted queries.\n</code></pre>","_postman_id":"eb4b7921-467c-4d65-8108-452b3615f9c9","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"269fbecb-73fc-4612-9b1f-2e44e8267022","id":"269fbecb-73fc-4612-9b1f-2e44e8267022","name":"Analytics API","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]}},"variable":[{"id":"93a06b12-7e30-4266-af30-274366bf6c11","key":"baseUrl","value":"https://analytics.evolv.ai/v1"}]}