REST API in this context retrieves information about actions up to how many days old?

Prepare for the GitHub Advanced Security Certification Test. Practice with multiple choice questions, detailed explanations, and hints. Achieve success on your first attempt!

Multiple Choice

REST API in this context retrieves information about actions up to how many days old?

Explanation:
The question tests how far back the REST API will return action history. To keep responses manageable and fast, the API exposes a limited window for audit data. In this context, you can retrieve information for actions that happened within the last ninety days. Older events aren’t included by default, which helps maintain performance and smaller payloads. If you need data beyond that window, you’d typically look for alternative methods like archival logs or separate exports. Shorter windows (thirty or sixty days) would limit historical visibility, while stretching to a full year would increase data volume beyond what this endpoint is designed to handle.

The question tests how far back the REST API will return action history. To keep responses manageable and fast, the API exposes a limited window for audit data. In this context, you can retrieve information for actions that happened within the last ninety days. Older events aren’t included by default, which helps maintain performance and smaller payloads. If you need data beyond that window, you’d typically look for alternative methods like archival logs or separate exports. Shorter windows (thirty or sixty days) would limit historical visibility, while stretching to a full year would increase data volume beyond what this endpoint is designed to handle.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy