Skip to main content
GET
/
deployments
/
{id}
/
logs
cURL
curl -X GET \
      -H "Authorization: Bearer $TOGETHER_API_KEY" \
      https://api.together.ai/v1/deployments/my-deployment/logs
{
  "lines": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
default:default
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Deployment ID or name

Query Parameters

replica_id
string

Replica ID to filter logs

Response

Deployment logs

lines
string[]