statistical index #10730
Unanswered
thymol-zzw
asked this question in
Help
statistical index
#10730
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The API call example is as follows:
curl -X POST 'http://XXX/v1/workflows/run'
--header 'Authorization: Bearer {api_key}'
--header 'Content-Type: application/json'
--data-raw '{
"inputs": {},
"response_mode": "streaming",
"user": "abc-123"
}'
How can I count the number of times this {api_key} is called, and also count the number of calls made by the user abc-123?
Beta Was this translation helpful? Give feedback.
All reactions