# Service

## Get all services belonging to a fleet

> \## Service Resource Fields\
> \
> \| Field |\
> \| :--- |\
> \| \`id\` |\
> \| \`created\_at\` |\
> \| \`application\` |\
> \| \`service\_name\` |\
> \
> \
> \---\
> \
> \`GET /v7/service\`

```json
{"openapi":"3.0.0","info":{"title":"Balena API Spec","version":"7.0.0"},"servers":[{"url":"https://api.balena-cloud.com"}],"security":[{"bearerAuth":[]}],"components":{"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer"}}},"paths":{"/v7/service":{"get":{"tags":["Service"],"summary":"Get all services belonging to a fleet","description":"## Service Resource Fields\n\n| Field |\n| :--- |\n| `id` |\n| `created_at` |\n| `application` |\n| `service_name` |\n\n\n---\n\n`GET /v7/service`"}}}}
```
