service_info
Retrieve detailed configuration, status, and health information for a specific Railway service to monitor deployments and check service details.
Instructions
[API] Get detailed information about a specific service
⚡️ Best for: ✓ Viewing service configuration and status ✓ Checking deployment details ✓ Monitoring service health
→ Prerequisites: service_list
→ Next steps: deployment_list, variable_list
→ Related: service_update, deployment_trigger
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | ID of the project containing the service | |
| serviceId | Yes | ID of the service to get information about | |
| environmentId | Yes | ID of the environment to check (usually obtained from service_list) |