Observe.AI Evaluations API
Evaluations API can be used to pull all the Evaluations(Manual and Auto QA) done on Observe AI platform. Please note - Allow 24 hrs to pass before pulling Evaluations. ie., For Evaluations completed on 14-Jan by 12:00AM PST, they would be available via APIs by 15-Jan by 12:00AM PST. You can pull Evaluations for 90 days at a time i.e., the duration between the end_date and the start_date should not exceed 90 days. There is no limit as to how far back in the past you want to go for pulling Evaluations. You can go back to the first ever evaluation on the platform unless data retention limits have been set. All the Evaluations that were Submitted, Edited and Deleted in the date-range will be available in the API response. Lets take an example to explain it further - when you pull Evaluations for 15 days(say for start_date - 15-Jan and end_date 30-Jan) on 15-Feb via an API call, you get all Evaluations that were - submitted between 15-jan and 30-jan with "status": "SUBMITTED" submitted before 15-jan but modified/deleted between 15-jan and 30-jan with "status"="EDITED" / "status"="DELETED" submitted between 15-jan and 30-jan but modified after 30-jan until the pull date(15-Feb) with "status"="EDITED" The S3 URL obtained in the API response (with the evaluations) is valid for 24 hours. If you have been using Basic Auth for the APIs, we request you to switch to OAuth2.0 based Auth for the APIs by 31-Dec-2022. Detailed instructions to create API Credentials and make the switch to OAuth are documented here. Please reach out to your CSM for more details.