/v1/diff/latest endpoint serves the diff that the pipeline wrote into the current version directory at publish time. It describes which items were added, removed, or changed across every category between the previous version and the version currently active behind the current symlink.
Use this endpoint to keep a downstream cache in sync without re-fetching every category after each Valorant patch.
Endpoint
Request
TheUser-Agent header is required for all requests to the Astra API. Use the format AppName/Version (+URL).
Response fields
number
HTTP status code of the response (e.g.
200).object
Response
Errors
status
Returned when the active version directory has no diff file yet. This happens on a first-ever pipeline run, or when retention removed the previous version before a diff could be emitted.
status
Returned when a diff file exists on disk but is unreadable or corrupt. Treat this as an operations alert.