Hi All!

When I call “GET /1/stats/accounts/:account_id” I get a response with all of my async jobs sent.
However, when I add the parameter “job_id(s?)=:job_id” in order to get only relevant data, I get:
{“errors”:[{“code”:“UNAUTHORIZED_ACCESS”,“message”:“This request is not properly authenticated”}],“request”:{“params”:{}}}

  1. Does anyone know what causes the problem?
  2. Is the correct syntax “job_ids” as shown in the documentation or “job_id” as in the documentation’s example?

Thanks,
Alon

Will be easier for us to help you if you provide the raw request and response in twurl format.

Thanks!

twurl did work…
I’ll look into it