# find_projects Endpoint: GET /projects ## Query parameters: - `projectId` (string) If provided, will filter the projects to only include the project with the given projectId ## Response 200 fields (application/json): - `data` (array, required) - `data.name` (string, required) - `data.slug` (string, required) - `data.postCount` (number) - `data.displayName` (string, required) - `data.dataAvailable` (boolean) - `data.jobSchedule` (object) - `data.jobSchedule.enabled` (boolean, required) - `data.jobSchedule.schedule` (any, required) Example: {"frequency":"daily","time":"01:00"} - `data.jobSchedule.dataSources` (array, required) Example: ["reddit"] - `data.jobSchedule.updatedAt` (string) Example: "2025-12-01T18:21:40.516Z" - `data.lastAccessed` (string) Example: "2025-12-01T18:21:40.516Z"