Get all translation projects for an organization.
This is used for DMA v1 and v2, since it’s TranslationProject is a SQLAlchemy model.
Version is used to track if it’s a DMA v1 or v2 project.
GET
/
api
/
v1
/
dma
/
projects
Get translation projects
Copy
Ask AI
curl --request GET \ --url https://app.datafold.com/api/v1/dma/projects \ --header 'Authorization: <api-key>'