CircleCI
Number of APIs: 32
This describes the resources that make up the CircleCI API v2.
Contact Support: Name: No Contact Email: email@example.com
-
User Information GET {{baseUrl}}/user/:id
-
context - List contexts GET {{baseUrl}}/context?owner-id=<string>&owner-slug=<string>&owner-type=<string>&page-token=<string>
-
insights/{project-slug}/workflows-{workflow-name}-jobs - Get recent runs of a workflow job GET {{baseUrl}}/insights/:project-slug/workflows/:workflow-name/jobs/:job-name?branch=<string>&page-token=<string>&start-date=<string>&end-date=<string>
-
context-{context-id}-environment-variable - Add or update an environment variable PUT {{baseUrl}}/context/:context-id/environment-variable/:env-var-name
-
context-{context-id}-environment-variable - List environment variables GET {{baseUrl}}/context/:context-id/environment-variable
-
context-{context-id} - Delete a context DELETE {{baseUrl}}/context/:context-id
-
insights/{project-slug}/workflows-{workflow-name} - Get recent runs of a workflow GET {{baseUrl}}/insights/:project-slug/workflows/:workflow-name?branch=<string>&page-token=<string>&start-date=<string>&end-date=<string>
-
insights/{project-slug}/workflows - Get summary metrics for a project's workflows GET {{baseUrl}}/insights/:project-slug/workflows?page-token=<string>&branch=<string>&reporting-window=<string>
-
pipeline-{pipeline-id} - Get a pipeline's workflows GET {{baseUrl}}/pipeline/:pipeline-id/workflow?page-token=<string>
-
me - User Information GET {{baseUrl}}/me