CircleCI API v2

Number of APIs: 54

This describes the resources that make up the CircleCI API v2.

Authentication

  1. project/{project-slug}-schedule - Get all schedules GET {{baseUrl}}/project/:project-slug/schedule?page-token=consequat est

  2. project/{project-slug}-{job-number} - Get a job's artifacts GET {{baseUrl}}/project/:project-slug/:job-number/artifacts

  3. insights-time-series/{project-slug}/workflows - Job timeseries data GET {{baseUrl}}/insights/time-series/:project-slug/workflows/:workflow-name/jobs?branch=consequat est&timeseries-granularity=hourly&start-date=2020-08-21T13:26:29Z&end-date=2020-09-04T13:26:29Z

  4. insights-{project-slug}-workflows-{workflow-name} - Get recent runs of a workflow GET {{baseUrl}}/insights/:project-slug/workflows/:workflow-name?all-branches=true&branch=consequat est&page-token=consequat est&start-date=2020-08-21T13:26:29Z&end-date=2020-09-04T13:26:29Z

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

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

  7. context-{context-id} - Get a context GET {{baseUrl}}/context/:context-id

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

  9. context - List contexts GET {{baseUrl}}/context?owner-id=urn:uuid:4095daa5-64a2-77e1-8b7d-fb5b13cebb1f&owner-slug=consequat est&owner-type=account&page-token=consequat est

  10. context - Create a new context POST {{baseUrl}}/context