Skip to main content
Currently you can query the inference logs and the evaluations for those inferences via the GraphQL API. GraphQL API expects JSON with two essentials things: “query” and “variables”. Here are some sample queries (along with corresponding variables and response):

Inference log queries

1. Get paginated inference logs:
Variables for the above query:
2. Get evaluations of these inference logs:
Variables for the above query:
3. Get inference logs filtered by created at:
Variables for the above query:
Note that the start_date and end_date should be in the format YYYY-MM-DD and the end_date should be greater than the start_date. Both the dates are inclusive.
4. Get paginated inference logs with custom attribute filters:
Variables for the above query:

Dataset Queries

1. Get all Datasets:
2. Get a dataset with rows:
Variables for the above query: