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”:{}}}
- Does anyone know what causes the problem?
- Is the correct syntax “job_ids” as shown in the documentation or “job_id” as in the documentation’s example?
Thanks,
Alon