Get Automated Project Creation status data
Returns the current status of the automated project creation (APC) identified by settingsId, including its last/next check times, associated projects, monitored folder statuses, and any active warnings.
Use this endpoint to check for connector or export delivery failures on the APC: warnings entries of type NEEDS_ATTENTION whose payload includes affectedTranslationExportsUids or unreachableTranslationExportsUids indicate jobs whose translations failed to export to the connected destination (e.g. a CMS/connector).
Authorizations
Get a token from auth/login endpoint and then pass it in the Authorization HTTP header in every subsequent API call. For more information visit our help center.
Path Parameters
Identifier of the automated project creation settings
Response
OK
Opaque identifier of the settings on the backend automation engine
Internal numeric identifier, encoded as a string
Name of the automated project creation settings. Maximum 255 characters.
255Current status of the automated project creation
ACTIVE, NEEDS_ATTENTION, INACTIVE, STOPPED, RUNNING, WARNING, ERROR Identifier of the connector providing access to the monitored remote storage
Name of the connector providing access to the monitored remote storage
When true, files are imported into a single continuously updated project instead of creating a new project on every run
Target languages configured on the project template that are no longer supported
Timestamp of the last check, as a machine-parseable string with a numeric UTC offset (e.g. "2026-07-23T10:15:00+0200")
Human-readable, locale-formatted representation of lastChecked (e.g. "2026-07-23 10:15 CEST"), intended for display rather than parsing
Timestamp of the last force import
Status of each monitored remote folder, including any errors encountered while reading or importing files from that folder
Timestamp of the next scheduled check, as a machine-parseable string with a numeric UTC offset (e.g. "2026-07-23T10:15:00+0200")
Human-readable, locale-formatted representation of nextChecked (e.g. "2026-07-23 10:15 CEST"), intended for display rather than parsing
Source language of the created projects, taken from the project template
Target languages of the created projects, taken from the project template
Human-readable message describing the current status; null if none applies
Active warnings for the automated project creation, including connector and export delivery failures. Entries of type NEEDS_ATTENTION whose payload includes affectedTranslationExportsUids or unreachableTranslationExportsUids indicate jobs whose translations failed to export to the connected destination (e.g. a CMS/connector).