---
title: "GET /v1/Services/{Sid}"
method: GET
path: "/v1/Services/{Sid}"
---

# GET /v1/Services/{Sid}

`GET /v1/Services/{Sid}`

Fetch a conversation service from your account

## Path parameters

- `Sid` string, required

## Response `200`

OK

- ConversationsV1Service
  - `account_sid` string, nullable — The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this service.
  - `date_created` string, date-time, nullable — The date that this resource was created.
  - `date_updated` string, date-time, nullable — The date that this resource was last updated.
  - `friendly_name` string, nullable — The human-readable name of this service, limited to 256 characters. Optional.
  - `links` object, nullable — Contains absolute API resource URLs to access conversations, users, roles, bindings and configuration of this service.
  - `sid` string, nullable — A 34 character string that uniquely identifies this resource.
  - `url` string, uri, nullable — An absolute API resource URL for this service.

---

[API](https://skmtc.net/twilio/apis/twilio-conversations-v1.md) · [All operations](https://skmtc.net/twilio/apis/twilio-conversations-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/twilio-conversations-v1/versions/fa436aa9c960/schema)
