Check the report target
The HTTP host identifies where you call the Agent API. The Reports JID identifies where reports are hosted. The account username identifies who you are. The report ID identifies which report to run. These values are not interchangeable. For example,neuron.example.com, client.reports, reports@neuron.example.com, and Client Reports\Monthly usage.rpx
can all be needed for the same request sequence.
Check source visibility
After login and presence resolution, ask which data sources the account can see. SendPOST https://neuron.example.com/Agent/Xmpp/InformationQuery using your actual host, application URL, JWT, and full Reports JID:
ok: true, then inspect Stanza.dataSources.dataSource.
Normalize a single object to an array and look for src: "Reports".
If it is absent, confirm the target and source permissions with your provider. Source visibility alone does not prove permission to execute every report.
This is the HTTP request behind AgentAPI.Things.Concentrator.GetAllDataSources() in the original report walkthrough.
Check the report’s Execute command
Send another request to the same endpoint, using the same headers and the exact ID returned by discovery:ok, inspect Stanza.commands.command, normalizing a single command to an array.
The report workflow needs an accessible command with command: "Execute" and type: "Query".
If it is absent, ask your provider to check that report’s executable commands and the account’s permissions.
A Query returns asynchronous output; Simple and Parametrized commands use a different execution flow.
Give your provider a useful failure report
Include the operation that failed, time, Reports JID, report ID, HTTP status, and sanitizederrorText or helper error message.
For an execution problem, include the query ID and whether you received queryStarted, any records, and a terminal event.
Do not include passwords, JWTs, or report data that the recipient does not need.
Provider checks
The report target must grant the calling account the report privileges it needs.Source.Reports.View controls visibility of the Reports data source. Report nodes can require additional privileges.
Presence approval and report authorization are separate checks.
A role entry commonly used for report access is: