curl -X GET \
-H "Authorization: Bearer $TOGETHER_API_KEY" \
https://api.together.ai/v1/deployments/my-deployment/logs{
"lines": [
"<string>"
]
}Retrieve logs from a deployment, optionally filtered by replica ID.
curl -X GET \
-H "Authorization: Bearer $TOGETHER_API_KEY" \
https://api.together.ai/v1/deployments/my-deployment/logs{
"lines": [
"<string>"
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Deployment ID or name
Replica ID to filter logs
Deployment logs
Was this page helpful?