How to list a projects robot accounts using the API? #18743
-
Hi, I am trying to list the project level robot accounts using the api, but I keep getting an empty array:
Response:
Listing the system level robot accounts work fine:
Logs show nothing weird, even with log_level debug. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You need to specify the level and project id like this: |
Beta Was this translation helpful? Give feedback.
Ah, I think I found it: project level robot account has been deprecated (#15296). Only system level robot accounts remain and project access can be assigned to these robot accounts. I was thrown off by the fact that the UI allows me to create project level robot accounts, but these account don’t show up with the API.