Get pipe flow
documentedRetrieve a pipe's flow including phases, AI agents, and automations.
POST /graphqlPipesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
Note: This uses Pipefy's GraphQL endpoint and OAuth2 Bearer token auth as documented by Pipefy. See the GraphQL Endpoint and Authentication references for details. ([developers.pipefy.com](https://developers.pipefy.com/reference/the-graphql-endpoint?utm_source=openai))
npx -y keychains@latest curl "https://api.pipefy.com/graphql" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-d '{"query": "{{$query}}", "variables": {{$variables}}}'