Projects
List Projects
Retrieves all projects for the authenticated user with optional search and pagination
GET
Query Parameters
Search term for filtering projects by name
Number of results per page
Pagination cursor
Pagination offset
Response
Indicates if the request was successful
Array of project objects
Cursor for the next page of results
Offset for the next page of results
Indicates if there are more results available
Total number of projects
Response message
Notes
- Use
searchWordto filter projects by name - Supports both cursor-based and offset-based pagination
- Results are ordered by creation date (newest first)

