Request
Get Requests (Point Queries)
Retrieve all requests visible in the request table at Helicone.
POST
This API is optimized for point queries. For bulk queries, use the Get Requests (faster) API.
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
application/json
Request query filters
Response
200 - application/json
Ok
The response is of type object
.
The response is of type object
.
The response is of type object
.