recursively list all files and folders in a procore project's documents tool via the rest api

domain: developers.procore.com · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Call List Companies (GET /rest/v1.0/companies) and List Projects (GET /rest/v1.0/projects) to resolve the company_id and project_id you need.
  2. Call List Project Folders and Files (GET /rest/v1.0/folders) scoped to the project for the top-level listing.
  3. For each folder returned, call Show Project Folder (GET /rest/v1.0/folders/{id}) to retrieve its contents.
  4. Recurse: repeat the Show Project Folder call on every subfolder discovered until all folders and files have been walked.
  5. For company-level (not project-level) documents, use the equivalent Company Folders and Files endpoints instead.
  6. For uploads, use Procore's direct file upload flow to push content straight to the storage service rather than proxying bytes through your own server.

Known gotchas

Related routes

List and filter submittals for a Procore project via the REST API
developers.procore.com · 5 steps · unrated
List and filter RFIs for a Procore project via the REST API
developers.procore.com · 5 steps · unrated
create, list, and update punch list items on a procore project via the rest api
developers.procore.com · 6 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans