cURL
curl --request GET \ --url https://api.baseten.co/v1/chains \ --header "Authorization: Api-Key $BASETEN_API_KEY"
{ "chains": [ { "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "name": "<string>", "deployments_count": 123 } ] }
You must specify the scheme 'Api-Key' in the Authorization header. For example, Authorization: Api-Key <Your_Api_Key>
Authorization: Api-Key <Your_Api_Key>
A list of chains.
Show child attributes
Unique identifier of the chain
Time the chain was created in ISO 8601 format
Name of the chain
Number of deployments of the chain
Was this page helpful?