studio
Get deployment info
Fetches info about a miniapp generator deployment by its deployment_id or name and creator's Farcaster ID. Requires API key authentication. Note: Studio CU is tracked based on LLM token usage, not per API call.
get/v2/studio/deployment/by-name-and-fid
Query parameters
deployment_idstring uuid
Deployment ID (UUID). Required if name not provided.
fidinteger
Example:3
Farcaster ID of the user; if not provided, namespace must be provided
namestring
Kubernetes deployment name. Required if deployment_id not provided.
namespacestring
Optional Kubernetes namespace. If not provided, will query for the active namespace for the given FID.
Response
Success
Changes
No recorded changes to this endpoint across all 1 revision of this API.