Lists all miniapp generator deployments for a user. Requires API key authentication. Note: Studio CU is tracked based on LLM token usage, not per API call.
Documentation Index
Fetch the complete documentation index at: https://docs.neynar.com/llms.txt
Use this file to discover all available pages before exploring further.
API key to authorize requests
Farcaster ID of the user. Required for non-admin users. Studio admins can omit to query all deployments.
x >= 03
Maximum number of deployments to return. Defaults to 50, max 1000.
1 <= x <= 1000Number of deployments to skip for pagination. Defaults to 0.
x >= 0Search string to filter deployments by name, display name, or FID.
Field to sort deployments by. Defaults to updated_at (most recently updated first).
created_at, updated_at Include deleted deployments in the response. Defaults to false.
Success
Creation timestamp
Deletion timestamp
Whether a generated app exists in the deployment
Whether the generated app is currently serving
Deployment ID
Deployment is ready to serve app and accept prompts
Kubernetes deployment name
Kubernetes namespace
Last update timestamp
Dev server process state: stopped, starting, running, crashed, or hung
stopped, starting, running, crashed, hung Display name for the project
GitHub repository SSH URL
Whether the deployment has a Neon database configured
Production app deployment status from Vercel
Public URL for the deployment