action circleci_get_projects { label: "get_projects" description: "List of all the projects you're following on CircleCI, with build information organized by branch.\n" provider: circleci method: GET path: "/projects" encoding: json output: { type: "array" items: { type: "object" properties: { aws: { type: "object" properties: { keypair: { type: "string" } } } branches: { type: "object" } campfire_notify_prefs: { type: "string" } campfire_room: { type: "object" additionalProperties: true } campfire_subdomain: { type: "object" additionalProperties: true } campfire_token: { type: "object" additionalProperties: true } compile: { type: "string" } default_branch: { type: "string" } dependencies: { type: "string" } extra: { type: "string" } feature_flags: { type: "object" properties: { "build-fork-prs": { type: "boolean" } fleet: { type: "boolean" } junit: { type: "boolean" } oss: { type: "boolean" } osx: { type: "boolean" } "set-github-status": { type: "boolean" } "trusty-beta": { type: "boolean" } } } flowdock_api_token: { type: "object" additionalProperties: true } followed: { type: "boolean" } has_usable_key: { type: "boolean" } heroku_deploy_user: { type: "object" additionalProperties: true } hipchat_api_token: { type: "object" additionalProperties: true } hipchat_notify: { type: "object" additionalProperties: true } hipchat_notify_prefs: { type: "string" } hipchat_room: { type: "object" additionalProperties: true } irc_channel: { type: "object" additionalProperties: true } irc_keyword: { type: "object" additionalProperties: true } irc_notify_prefs: { type: "object" additionalProperties: true } irc_password: { type: "object" additionalProperties: true } irc_server: { type: "object" additionalProperties: true } irc_username: { type: "object" additionalProperties: true } language: { type: "string" } oss: { type: "boolean" } parallel: { type: "integer" } reponame: { type: "string" } scopes: { type: "array" items: { type: "string" enum: ["write-settings", "view-builds", "read-settings", "trigger-builds", "all", "status", "none"] } } setup: { type: "string" } slack_api_token: { type: "object" additionalProperties: true } slack_channel: { type: "object" additionalProperties: true } slack_channel_override: { type: "object" additionalProperties: true } slack_notify_prefs: { type: "object" additionalProperties: true } slack_subdomain: { type: "object" additionalProperties: true } slack_webhook_url: { type: "string" format: "uri" } ssh_keys: { type: "array" items: { type: "string" } } test: { type: "string" } username: { type: "string" } vcs_type: { type: "string" } vcs_url: { type: "string" format: "uri" } } } } }