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

  1. User Information GET {{baseUrl}}/user/:id

  2. context - List contexts GET {{baseUrl}}/context?owner-id=<string>&owner-slug=<string>&owner-type=<string>&page-token=<string>

  3. 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>

  4. context-{context-id}-environment-variable - Add or update an environment variable PUT {{baseUrl}}/context/:context-id/environment-variable/:env-var-name

  5. context-{context-id}-environment-variable - List environment variables GET {{baseUrl}}/context/:context-id/environment-variable

  6. context-{context-id} - Delete a context DELETE {{baseUrl}}/context/:context-id

  7. 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>

  8. 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>

  9. pipeline-{pipeline-id} - Get a pipeline's workflows GET {{baseUrl}}/pipeline/:pipeline-id/workflow?page-token=<string>

  10. me - User Information GET {{baseUrl}}/me