Helicone Community Page

Updated 8 months ago

Troubleshooting GraphQL endpoint issues

Has anything changed in how the GraphQL endpoint works? This was working until a couple of weeks ago and now I am getting a 400 error:
m
C
4 comments
Plain Text
query ExampleQuery {
                heliconeRequest(
                  limit: ${limit}
                  offset: 0
                  filters: [
                    {
                      property: {
                        name: "siteid",
                        value: {
                          equals: "${siteid}"
                        }
                      }
                    }
                  ]
                ) {
                  prompt
                  properties {
                    name
                
                  }
                  responseBody
                  response
                  model
                  requestBody
                }
              }
Prompt has been deprecated! Will have to remove that. In the future when we deprecate we will have it return null instead
That's it! works now
Add a reply
Sign up and join the conversation on Discord