Get organization report
documentedRetrieve a specific organization report.
POST /graphqlOrganizationno 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)
npx -y keychains@latest curl \"https://api.pipefy.com/graphql\" \
-X POST \
-H \"Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}\" \
-H \"Content-Type: application/json\" \
-H \"Accept: application/json\" \
-d '{ \"query\": \"query GetOrganizations($organization_ids: [ID!]) { organizations(ids: $organization_ids) { id name } }\", \"variables\": {\"organization_ids\": [{{$organization_ids}}]}}'