List projects
Projects
List projects
Returns all projects visible to the authenticated user.
GET
List projects
Documentation Index
Fetch the complete documentation index at: https://newscatcherinc-docs.mintlify.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication.
Query Parameters
Page number to retrieve.
Required range:
x >= 1Number of records per page.
Required range:
1 <= x <= 1000Filter by project name (case-insensitive substring match).
Controls which resources are returned based on ownership.
all: Returns resources owned by the user and resources shared with them (default, backward compatible).own: Returns only resources created by the authenticated user.shared: Returns only resources shared with the user by others.
Available options:
all, own, shared Response
Paginated list of projects.
Total number of projects matching the filter criteria.
Example:
2
Current page number.
Example:
1
Number of projects per page.
Example:
100
Total number of pages.
Example:
1
Projects on this page.

