Public API

No authentication required for read-only task listings.

GET /api/tasks

Returns an array of public tasks for listings. Example fields include id, title, shortDescription, tags, estimatedMinutes, and language.

Response status is 200 on success. Pagination may be added later.

Back to documentation