Skip to the content.

Owly Confluence Data Exporter logo

Owly Confluence Data Exporter

Explore Confluence Data Center database tables via a simple, read-only REST API.


Navigation


Where to find Owly in Confluence

Owly is configured from the Confluence administration section:

From this page you can:


What Owly does

Owly exposes a read-only REST API over selected Confluence database tables (including application tables and ActiveObjects tables) so that admins and integrators can:

✅ Owly does not write to Confluence via this REST API.
All operations are read-only.


Quick REST entry points

Replace https://your-confluence.example.com with your Confluence base URL.

1. List available tables

GET

GET https://your-confluence.example.com/rest/restrepo/1.a7c3/d4e1/repo/tables

Returns all visible tables Owly can see.
Use this to discover AO / application tables before drilling into data.


2. Page through a table

Example for the propertyentry table:

GET

GET https://your-confluence.example.com/rest/restrepo/1.a7c3/d4e1/repo/tables/propertyentry?offset=0&limit=100

Parameters:


3. Lookup by ID

GET

GET https://your-confluence.example.com/rest/restrepo/1.a7c3/d4e1/repo/tables/propertyentry/1

Fetch a single row by numeric ID.


4. Batch lookup by IDs

Fetch multiple entities by ID in a single request.

POST

POST https://your-confluence.example.com/rest/restrepo/1.a7c3/d4e1/repo/tables/propertyentry/batch
Content-Type: application/json

{
  "ids": [1, 2, 3]
}

Use this from curl, Postman, or scripts to iterate over batches instead of calling one ID at a time.


Licensing & Teams, Work

Owly supports multiple licensing paths:

When a valid Teams, Work license is present, it can take precedence over the Atlassian license, depending on your configuration.

For commercial questions or custom licensing options, please contact us via:

👉 Support portal:
https://teams-work.atlassian.net/servicedesk/customer/portal/1


Confluence Data Center lifecycle & long-term support

Atlassian has announced end-of-life dates for Confluence Data Center versions.

Owly, together with Teams, Work, aims to:

If you need support for:

please contact us via the support portal above and we will confirm support timelines or offer custom builds.