Skip to content

annapamma/cci-api-to-csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cci-api-to-csv

This is a workaround for customers to hit a CircleCI API endpoint and receive a CSV in response. To use this, you need a CircleCI token.

Available endpoints

Get summary metrics for a project's workflows

http://circleci.com/api/v2/insights/{project-slug}/workflows?circle-token={CIRCLETOKEN}

Get recent runs of a workflow job

http://circleci.com/insights/{project-slug}/workflows/{workflow-name}/jobs/{job-name}?circle-token={CIRCLETOKEN}

To use

Replace "circleci.com" with "api-to-csv.herokuapp.com" ie:

http://api-to-csv.herokuapp.com/insights/{project-slug}/workflows/{workflow-name}/jobs/{job-name}

Notes

Reference

Please see more information from the CircleCI API v2 docs

This is not an official CircleCI endpoint or solution by any means.

Contributions welcome via issues or pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages