Skip to content

Browsing Endpoints

Last updated 2026-03-10

The Endpoint List

After importing a spec, you can browse all its endpoints from the API Specs page. The endpoint list shows each route with its HTTP method (GET, POST, PUT, DELETE, etc.), path, and a short description if one was provided in your spec.

Endpoints are grouped by tag if your OpenAPI spec uses tags. This makes it easy to find related endpoints even in large APIs.

Endpoint Details

Click on any endpoint to see its full details, including:

  • Parameters — Path, query, and header parameters with their types and descriptions.
  • Request body — The expected request body schema with example values.
  • Responses — All documented response codes with their schemas.
  • Description — The full description from your OpenAPI spec.

Searching Endpoints

Use the search bar at the top of the endpoint list to find specific routes. You can search by path, description, or HTTP method. For example, searching "user" will show all endpoints with "user" in their path or description.

Sharing with Your Team

All team members with access to your organization can browse imported API specs. This makes CodeContext a great place for developers to look up API details without digging through raw spec files or asking teammates for help.

Your AI tools can also access endpoint details through the MCP integration, which means they can reference your API structure when generating code.

Still need help?

Our support team is happy to help with any questions you may have.

support@codecontext.app