1. Projects
Efestra
  • Projects
    • Get All Projects
      GET
    • Create Project
      POST
  • Experiments
    • Get Experiment
      GET
    • Get all Eexperiments
      GET
    • Create Experiment
      POST
  • Schemas
    • Project
    • Experiment
    • ExperimentDTO
  1. Projects

Get All Projects

GET
https://api.efestra.com/api/react/v2/external/projects
Get all projects that you have access to.

Request

Authorization
API Key
Add parameter in header
X-API-Key
Example:
X-API-Key: ********************
or

Responses

🟢200Success
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://api.efestra.com/api/react/v2/external/projects' \
--header 'X-API-Key: <api-key>'
Response Response Example
[
    {
        "id": "string",
        "name": "string"
    }
]
Modified at 2026-07-20 13:26:51
Next
Create Project
Built with