Retrieve a paginated list of all projects you own, with summary information for each.
Return a paginated list of every project owned by the authenticated user. This endpoint powers dashboards, CI/CD scripts that need to enumerate environments, and monitoring systems that fan out per-project health checks.Documentation Index
Fetch the complete documentation index at: https://docs.streampixel.io/llms.txt
Use this file to discover all available pages before exploring further.
Iterate
totalPages > 1, request subsequent pages by incrementing page until you have everything you need.Drill in
| Requirement | Where to get it |
|---|---|
| User ID | Finding your IDs |
| API Key | API authentication (recommended for server-side clients) |
userId in the query string. Treat your userId as semi-secret — never embed it in browser code or public repos. For maximum safety, also pass apiKey when your client supports it, and only call this endpoint from server-side code.1.100.limit.limit.