# ai_mentor_orgs_users_periodic_agent_logs_retrieve Endpoint to view logs for periodic agent runs. These logs contain the full mentor output for each run for debugging. Logs are ordered from newest to oldest. However this can be changed. You can also filter logs for a PeriodicAgent by passing the query parameter in the URL. Endpoint: GET /api/ai-mentor/orgs/{org}/users/{user_id}/periodic-agent-logs/{id}/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `id` (integer, required) A unique integer value identifying this periodic agent log. - `org` (string, required) - `user_id` (string, required) ## Response 200 fields (application/json): - `id` (integer, required) - `content` (string) - `status` (string) * - Success * - Error * - Running Enum: "success", "error", "running" - `start_time` (string) - `end_time` (string,null) - `created_at` (string, required) - `modified_at` (string, required) - `periodic_agent` (integer, required)