Where can I find a log of all API requests Roboflow has responded to?

I am (unsuccessfully) trying to use Roboflow API and I am in need of a log to see if the API requests even get through. Is there a log somewhere?

Hi @robobart - this is something you’d have to add to your code. You’d want to make a check to see if the response returned was 200 (successful)

Additionally, here’s some code that should help: Python Package - Roboflow

  • Images that are already uploaded to the dataset fail for upload when using this code