Pagination

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://docs.connect.century.tech/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"Connect API MCP server": {
  "url": "https://docs.connect.century.tech/mcp"
}
Close

When an endpoint response includes many items the returned data set may be paginated in order to improve performance.

The reference documentation for endpoints that return a list of results will indicate if the response is paginated. All the information required to page through the results will be contained within a pagination field in the response.

The Connect API offers two types of pagination, basic offset pagination and cursor based pagination. Each endpoint will specify what types of pagination it supports. For more information on pagination and for examples please see the “Using Pagination” guide.