GET
/
v2
/
studio
/
deployment
/
List deployments for a user
curl --request GET \
  --url https://api.neynar.com/v2/studio/deployment/ \
  --header 'x-api-key: <api-key>'
[
  {
    "id": "<string>",
    "status": "<string>",
    "display_name": "<string>",
    "url": "<string>",
    "github_url": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "namespace": "<string>",
    "name": "<string>",
    "isReady": true
  }
]

Authorizations

x-api-key
string
header
default:NEYNAR_API_DOCS
required

API key to authorize requests

Query Parameters

fid
integer | null
required

Farcaster ID of the user

Required range: x >= 0

Response

Success

id
string
required

Deployment ID

created_at
string<date-time>
required

Creation timestamp

namespace
string
required

Kubernetes namespace

name
string
required

Kubernetes deployment name

isReady
boolean
required

Deployment is ready to serve template and accept prompts

status
string

Deployment status

display_name
string

Display name for the project

url
string<uri>

Public URL for the deployment

github_url
string<uri>

GitHub repository URL