Skip to main content
GET
/
v1
/
chains
/
{chain_id}
/
deployments
cURL
curl --request GET \
--url https://api.baseten.co/v1/chains/{chain_id}/deployments \
--header "Authorization: Bearer $BASETEN_API_KEY"
{
  "deployments": [
    {
      "id": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "chain_id": "<string>",
      "environment": "<string>",
      "chainlets": [
        {
          "id": "<string>",
          "name": "<string>",
          "autoscaling_settings": {
            "min_replica": 123,
            "max_replica": 123,
            "autoscaling_window": 123,
            "scale_down_delay": 123,
            "concurrency_target": 123,
            "target_utilization_percentage": 123,
            "target_in_flight_tokens": 123
          },
          "instance_type_name": "<string>",
          "active_replica_count": 123
        }
      ]
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.baseten.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Pass your Baseten API key. Clients automatically send Authorization: Bearer <key>. Direct callers can also use Authorization: Api-Key <key>; both schemes are accepted.

Path Parameters

chain_id
string
required

Response

200 - application/json

A list of chain deployments.

deployments
ChainDeploymentV1 · object[]
required

A list of chain deployments