Projects
List Projects
Retrieve a list of all projects
GET
This endpoint returns a list of all projects that the authenticated user has access to.
Response
Returns an array of project objects, each containing the following fields:string
Unique project identifier.
string
Name of the project.
string
Current status of the project.
string | null
ID of the translation glossary, if any.
string | null
ID of the voices glossary, if any.
string | null
Project remarks, if any.
string | null
Client name, if specified.
string
URL to access the project in the web app.
string
ISO 8601 timestamp when the project was created.
string
ISO 8601 timestamp when the project was last updated.
Notes
Projects are returned in descending order by creation date (newest first).
Only projects belonging to the authenticated user’s company are returned.