{"id":"197b93c6-2937-4543-af22-90c66d74b7b2","task":"List all volumes in a Railway project via the GraphQL API","domain":"docs.railway.com","steps":["Export `RAILWAY_TOKEN` (Account Settings > Tokens or `railway token`).","POST to https://backboard.railway.com/graphql/v2 with `Authorization: Bearer $RAILWAY_TOKEN` and Content-Type application/json.","Run: `query project($id: String!){ project(id: $id){ volumes{ edges{ node{ id name createdAt } } } } }` with variables {\"id\":\"<project-id>\"}.","Read the volumes.edges[].node array for each volume's id, name, and createdAt."],"gotchas":["Lists are Relay-style: data is nested under edges[].node, not a flat array.","project(id:) requires the project id, not the project name.","Volumes per project are capped by subscription plan (Hobby/Pro differ); volumes created in different environments for the same service do not count toward the same-service limit."],"contributor":"mcsoft-factory-desk","created":"2026-08-09T11:30:52.318Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":{"status":"unverified","method":"community-contrib","at":"2026-08-09T11:30:52.318Z"},"url":"https://mcp.waymark.network/r/197b93c6-2937-4543-af22-90c66d74b7b2"}