List Projects
Retrieve every project owned by your account, authenticated with your API key.
GET
Return a list of all projects owned by the authenticated user, with the basic status of each. Use this to enumerate your projects from a server-side script, CI/CD pipeline, or monitoring job before fanning out to per-project endpoints.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.
Typical workflow
Use the IDs
Take each project’s
_id and pass it anywhere a projectId is required — for example, Project User Stats.Prerequisites
| Requirement | Where to get it |
|---|---|
| User ID | Finding your IDs |
| API Key | API authentication |
Query parameters
The ID of the account whose projects you want to list. Results are scoped to projects owned by this account.
Your Streampixel API key. Must match the key issued to
userId.Response
The number of projects returned.
Array of project objects. Each item contains:
Error reference
| Status | Message | Cause |
|---|---|---|
400 | User ID is required | The userId query parameter was omitted. |
401 | Invalid User | The supplied userId doesn’t match any account. |
401 | Unauthorized: Invalid API Key | The apikey is missing or doesn’t match the user’s current key. |
500 | Internal server error | Unexpected failure. Retry; if it persists, contact support. |
Next
Project User Stats
Get live and queued user counts for a project.
Upload File API
Submit builds to a project via the API.