Workplace from Meta is going away. You will be able to continue using Workplace until 31 August 2025. Visit our Help Center to find out more.
/{export-job-id}
Represents a data export job. The /{export-job-id}
node returns export job data. An {export-job-id}
can be obtained by scheduling an export job. See the Scheduling a data export job section below for the different job types and how to schedule them.
You can read information about a data export job by making a Graph API GET
request to /{export-job-id}
.
Reading a data export job node requires the relevant permission for the data being exported. See job types below for specific permissions.
Data export jobs are not compatible with group-scoped integrations. Please ensure that the integration being used to schedule export jobs has the group scoping set to "All groups".
Field Name | Description | Data Type |
---|---|---|
| The data export job ID |
|
| Indicates the status of the data export job |
|
| The type of data export job. See below for details. |
|
| Temporary URI to download a XLSX with results |
|
WORK_FILE_EXPORT_USER
)This job type provides the list of current employees and their activity data in a XLSX format. It can be scheduled by making a POST
request to /community/export_employee_data
. It is not necessary to provide any other data with this request. The only data returned is the export job ID which can then be used to retrieve the exported data, as described above.
The Employee data export job type requires the Export employee data permission
The resulting data file contains the following data:
A data export job cannot be deleted.
A data export job cannot be updated.
POST /community/export_employee_data HTTP/1.1
Host: graph.facebook.com
GET /{export_job_id} HTTP/1.1
Host: graph.facebook.com