> ## Documentation Index
> Fetch the complete documentation index at: https://developers.pleo.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Export API Scopes

> The following table specifies the scopes required to access the Export API endpoints:

| Operation                  | Scopes            |
| :------------------------- | :---------------- |
| Create an Export Job Event | export-jobs:write |
| Get a list of Export Jobs  | export-jobs:read  |
| Create a new export job    | export-jobs:write |
| Get an Export Job          | export-jobs:read  |
| Get Export Job Items       | export-jobs:read  |
| Update Export Job Items    | export-jobs:write |
| Get Export Items           | export-items:read |

<Info>
  ⚠️ Note: You can use an access token/API key of an organisation or a company. However, for an organisation with a multi-entity set up, you must use the `company_id` in the request parameters as you can export accounting entries from Pleo for a specific company only.
</Info>
