How can I get the job number just with the slug of the project?

Hey guys,
I want to get the job number(17195 of the image) from an specific project just with the slug of the project.
I’m using the api v2 of circle ci but I didn’t find the correct endpoint.

Do you have any idea?

Hey @jamesespichan thanks for reaching out. Can you provide a bit more information on what you’re trying to achieve? Every job ran in a project workflow gets incremented, so using the API documentation for Get Workflow Jobs will provide you a paginated list of all the jobs for a workflow.