CircleCI integration (Developer Tools). Imported from open-connector.
https://circleci.com/api/v2/me
/project/{projectSlug}
| Param | Type | Required | Description |
|---|---|---|---|
| projectSlug | string | required | Project slug in the form `vcs-slug/org-name/repo-name`. GitHub App and GitLab p… |
/project/{projectSlug}/pipeline
| Param | Type | Required | Description |
|---|---|---|---|
| projectSlug | string | required | Project slug in the form `vcs-slug/org-name/repo-name`. GitHub App and GitLab p… |
| branch | string | optional | The VCS branch name. |
| pageToken | string | optional | Pagination token returned by CircleCI. |
/pipeline/{pipelineId}
| Param | Type | Required | Description |
|---|---|---|---|
| pipelineId | string | required | The unique ID of the CircleCI pipeline. |
/pipeline/{pipelineId}/workflow
| Param | Type | Required | Description |
|---|---|---|---|
| pipelineId | string | required | The unique ID of the CircleCI pipeline. |
| pageToken | string | optional | Pagination token returned by CircleCI. |
/insights/{projectSlug}/workflows/
| Param | Type | Required | Description |
|---|---|---|---|
| projectSlug | string | required | Project slug in the form `vcs-slug/org-name/repo-name`. GitHub App and GitLab p… |
| workflowName | string | required | The CircleCI workflow name. |
| allBranches | boolean | optional | Whether to aggregate across all branches. |
| branch | string | optional | The VCS branch name. |
/project/{projectSlug}/job/
| Param | Type | Required | Description |
|---|---|---|---|
| projectSlug | string | required | Project slug in the form `vcs-slug/org-name/repo-name`. GitHub App and GitLab p… |
| jobNumber | integer | required | The CircleCI job number. |
/project/{projectSlug}/
| Param | Type | Required | Description |
|---|---|---|---|
| projectSlug | string | required | Project slug in the form `vcs-slug/org-name/repo-name`. GitHub App and GitLab p… |
| jobNumber | integer | required | The CircleCI job number. |
/insights/{orgSlug}/summary
| Param | Type | Required | Description |
|---|---|---|---|
| orgSlug | string | required | Organization slug in the form `vcs-slug/org-name`. |
| reportingWindow | string | optional | The reporting window used by CircleCI Insights. |
/project/{projectSlug}/pipeline
| Param | Type | Required | Description |
|---|---|---|---|
| projectSlug | string | required | Project slug in the form `vcs-slug/org-name/repo-name`. GitHub App and GitLab p… |
| branch | string | optional | The VCS branch name. |
| tag | string | optional | The VCS tag name. |
| parameters | object | optional | Pipeline parameters declared in `.circleci/config.yml`. |
/project/{projectSlug}/envvar
| Param | Type | Required | Description |
|---|---|---|---|
| projectSlug | string | required | Project slug in the form `vcs-slug/org-name/repo-name`. GitHub App and GitLab p… |