Reference
Services
Get Service

Get Service API

Use this API to retrieve service details.

API Description

MethodPath
GET/v1/services/{serviceId}
Headers
AuthorizationBearer: [API key]

Full Endpoint URL https://api.flightcontrol.dev/v1/services/{serviceId}

Response Example

{
  "id": "cm2jl6r8p0000k08o5shg2z5a",
  "name": "Web App",
  "givenId": "web-app",
  "type": "web",
  "environmentId": "cm2jl6r8p0000k08o5shg2z5a",
  "projectId": "cm2jl7psl0000718o04s31mz9",
  "runtimeLogs": {
    "runtimeLogsUrl": "https://console.aws.amazon.com/cloudwatch/home?region=us-west-2#logsV2:log-groups/log-group/$252Fecs$252Fmy-webapp",
    "logGroupName": "/ecs/my-webapp"
  }
}

Response Conditions

Success

Errors