get
/api/v2/data-quality/last-processed
Python SDK method:
client.analyses.get_last_processed_date()

Get last processed date

Returns the date through which data has been fully processed and is available for analysis. Callers should use this to determine whether analysis results for a given date range are likely to be complete.

Altitude Help Center — getDataLastUpdatedDate

Success Responses

200 response: string

OK.

Response Errors

HTTP Status CodeReason
400The request body or parameters are invalid.
401Authentication is required or the provided credentials are invalid.
403The authenticated user lacks permission to perform this operation.
404The requested resource does not exist.
422The request is syntactically valid but semantically cannot be processed.
429The request rate limit has been exceeded.
500An unexpected server error occurred.