Skip to main content
GET
Get Automated Project Creation status data

Authorizations

Authorization
string
header
required

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

settingsId
string
required

Identifier of the automated project creation settings

Response

OK

backendUuid
string
required

Opaque identifier of the settings on the backend automation engine

id
string
required

Internal numeric identifier, encoded as a string

name
string
required

Name of the automated project creation settings. Maximum 255 characters.

Maximum string length: 255
status
enum<string>
required

Current status of the automated project creation

Available options:
ACTIVE,
NEEDS_ATTENTION,
INACTIVE,
STOPPED,
RUNNING,
WARNING,
ERROR
associatedProjects
object
connectorId
string

Identifier of the connector providing access to the monitored remote storage

connectorName
string

Name of the connector providing access to the monitored remote storage

continuousProject
boolean

When true, files are imported into a single continuously updated project instead of creating a new project on every run

deprecatedTargetLangs
string[]

Target languages configured on the project template that are no longer supported

lastChecked
string

Timestamp of the last check, as a machine-parseable string with a numeric UTC offset (e.g. "2026-07-23T10:15:00+0200")

lastCheckedFormatted
string

Human-readable, locale-formatted representation of lastChecked (e.g. "2026-07-23 10:15 CEST"), intended for display rather than parsing

lastForceImport
string

Timestamp of the last force import

monitoredFolderStatuses
object[]

Status of each monitored remote folder, including any errors encountered while reading or importing files from that folder

nextChecked
string

Timestamp of the next scheduled check, as a machine-parseable string with a numeric UTC offset (e.g. "2026-07-23T10:15:00+0200")

nextCheckedFormatted
string

Human-readable, locale-formatted representation of nextChecked (e.g. "2026-07-23 10:15 CEST"), intended for display rather than parsing

projectTemplateSourceLang
string

Source language of the created projects, taken from the project template

projectTemplateTargetLangs
string[]

Target languages of the created projects, taken from the project template

statusMessage
string

Human-readable message describing the current status; null if none applies

warnings
object[]

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).