To view your request you can go to the “Operations log” section, where you can view the list of all your API requests. You can also search operations by endpoint or by date range.

oplog

You can expand the row to see more details about the request like the image size, and the request parameters.

Async failures tab will show the async requests that fail after 201 is returned. The reason why async failures are listed is because the user may actually never know that the request has failed if not notified. So imager200 will keep track of those requests, and will also notify the user by email about it.

API requests are counted in the following way:

  • each sync request that returns 200 is counted
  • each async request that returns 201 is counted
  • the rest is discarded