LogoFreestyle
API Reference/Observability

Deployment Logs

Get the logs for a deployment

GET/observability/v1/logs

Query Parameters

deploymentIdstring | null
domainstring | null
curl -X GET "https://api.freestyle.sh/observability/v1/logs?deploymentId=string&domain=string"

{
  "logs": [
    {
      "message": "string",
      "timestamp": "string"
    }
  ]
}