> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/api/guides/output-module/api-endpoints-and-query-formats/single-query-and-multi-query.md).

# Single query and multi-query

Multi-query endpoints have less chance to timeout because of execution time limits, and thus can be used for larger exports.

| Endpoint                                                | XML    | JSON   | CSV    | EXCEL  |
| ------------------------------------------------------- | ------ | ------ | ------ | ------ |
| {{domain}}/rest/2.0/outputModule/export/{{format}}      | SINGLE | SINGLE | SINGLE | SINGLE |
| {{domain}}/rest/2.0/outputModule/export/{{format}}-file | SINGLE | SINGLE | SINGLE | SINGLE |
| {{domain}}/rest/2.0/outputModule/export/{{format}}-job  | SINGLE | SINGLE | MULTI  | MULTI  |
