Get service
ws_service_getRetrieve a single service's details by its ID, including type, status, and expiry. First list services to obtain the ID.
Instructions
Get one service by id, including its type, status and expiry. Use ws_service_list first to find the id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | No | Account id, or the literal "self" for the authenticated account. Defaults to "self". | self |
| serviceId | Yes | Service id, as returned by ws_service_list. |