Are the endpoints developers at CircleCI scared of words in plural form?

Get a pipeline’s workflows → https://circleci.com/api/v2/pipeline/{pipeline-id}/workflow
Get your pipelines → https://circleci.com/api/v2/project/{project-slug}/pipeline/mine
Get all pipelines → https://circleci.com/api/v2/project/{project-slug}/pipeline
Get a workflow’s jobs → https://circleci.com/api/v2/workflow/{id}/job
etc

It’s really counter-intuitive to not have all those leading s for words you expect to be plural.

trailing* not leading

Other than that, really like the API, its easy to find the data you are looking for.