Skip to main content
GET
/
api
/
v1
/
dma
/
projects
Get translation projects
curl --request GET \
  --url https://app.datafold.com/api/v1/dma/projects \
  --header 'Authorization: <api-key>'
{
  "projects": [
    {
      "from_data_source_id": 123,
      "id": 123,
      "name": "<string>",
      "org_id": 123,
      "repo_name": "<string>",
      "temp_data_source_id": 123,
      "to_data_source_id": 123,
      "version": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

Use the 'Authorization' header with the format 'Key '

Response

200 - application/json

Successful Response

projects
ApiTranslationProjectMeta · object[]
required