GET
/
api
/
v1
/
services
/
{id}
Get service details
curl --request GET \
  --url https://app.miget.com/api/v1/services/{id} \
  --header 'Authorization: <api-key>'
{
  "uuid": "<string>",
  "name": "<string>",
  "label": "<string>",
  "service_type": "<string>",
  "project_id": "<string>",
  "miget_id": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer token for authentication. Format: 'Bearer {token}'

Headers

X-Workspace-Id
string

Workspace ID (uses default workspace if not provided)

Path Parameters

id
string
required

Service ID

Response

Get service details

Api_V1_Entities_Service model

uuid
string
required

Service UUID

name
string
required

Service name

label
string
required

Display name

service_type
string
required

Service type (postgres, shared_storage)

project_id
string
required

Associated project UUID

miget_id
string
required

Assigned resource UUID

created_at
string<date-time>
required

Creation timestamp

updated_at
string<date-time>
required

Last update timestamp