Architect API getArchitectDependencytrackingConsumingresources 206 HTTP Status Code

Hi,

We are calling the getArchitectDependencytrackingConsumingresources endpoint in the Architect SDK to find the items that depend on a particular common module.

Most of the time, this returns correctly with a 200 code and a list of dependent items. However, we have also noticed it periodically returns a 206 status code, indicating that the data is only partial. This happens when the volume of data returned is less than the page size requested, so this does not appear to be indicating that more pages exist.

Why are we getting this status code, and are we safe to ignore it?

When a 206 is returned from this endpoint, that means that the results are incomplete, meaning that the dependency tracking in your org is not quite in a complete/operational state. This typically happens when the dependency tracking build status of your org is not in an operational status (Or if a rebuild is in progress). When you get this type of status in the response, check the dependency tracking build status of your org to make sure it's in an operational state.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.