Get Requests
Retrieve all requests visible in the request table at Helicone.
For users in the European Union: Please use eu.api.helicone.ai
instead of
api.helicone.ai
.
Python Example
See how to query requests using our Python SDK.
TypeScript Example
Learn to fetch requests with TypeScript/JavaScript.
The following API is the same as the Get Requests API, but it is optimized for speed when querying large amount of data. This endpoint will timeout for point queries and is really slow when querying just a few requests.
The following API lets you get all of the requests that would be visible in the request table at helicone.ai/requests.
Premade examples 👇
Filter | Description |
---|---|
Get Request by User | Get all the requests made by a user |
Filter
A filter is either a FilterLeaf or a FilterBranch, and can be composed of multiple filters generating an AST of ANDs/ORs.
Here is how it is represented in typescript:
This allows us to build complex filters like this:
Authorizations
Body
Request query filters
Response
Ok
The response is of type object
.
The response is of type object
.
The response is of type object
.