Use the Request API to retrieve user-specific requests, allowing you to monitor, debug, and track costs for individual users.
The Request API allows you to build a request, where you can specify filtering criteria to retrieve all requests made by a user.
Here’s an example to get all the requests where user_id
is abc@email.com
.
By using the Request API, the code snippet will dynamically populate on the page, so you can copy and paste.
You can structure your query to add any number of filters.
Note: To add multiple filters, change the filter to a branch and nest the ANDs/ORs as an abstract syntax tree.
Need more help?
Additional questions or feedback? Reach out to help@helicone.ai or schedule a call with us.
Use the Request API to retrieve user-specific requests, allowing you to monitor, debug, and track costs for individual users.
The Request API allows you to build a request, where you can specify filtering criteria to retrieve all requests made by a user.
Here’s an example to get all the requests where user_id
is abc@email.com
.
By using the Request API, the code snippet will dynamically populate on the page, so you can copy and paste.
You can structure your query to add any number of filters.
Note: To add multiple filters, change the filter to a branch and nest the ANDs/ORs as an abstract syntax tree.
Need more help?
Additional questions or feedback? Reach out to help@helicone.ai or schedule a call with us.