Workflows
Endpunkte für Workflow-Management und -Ausführung
get
https://app.meingpt.com/api/workflows/v1/user-workflowsBenutzer-Workflows abrufen
Ruft alle Workflows ab, auf die der authentifizierte Benutzer Zugriff hat
🔒 ApiKeyAuth
Parameter
| Parameter | In | Typ | Beschreibung |
|---|---|---|---|
| Authorization* | header | string | API-Schlüssel zur Authentifizierung. Verwende das Format 'Bearer <Dein-API-Schlüssel>'. |
Responses
200Workflows erfolgreich abgerufen
SuccessResponse & object
500Interner Serverfehler
| Feld | Typ | Beschreibung |
|---|---|---|
| status | string | |
| message | string |
get
https://app.meingpt.com/api/workflows/v1/workflow-inputs/{workflowId}Workflow-Eingabevariablen abrufen
Ruft die Eingabevariablen/-parameter ab, die zum Ausführen eines bestimmten Workflows erforderlich sind
🔒 ApiKeyAuth
Parameter
| Parameter | In | Typ | Beschreibung |
|---|---|---|---|
| Authorization* | header | string | API-Schlüssel zur Authentifizierung. Verwende das Format 'Bearer <Dein-API-Schlüssel>'. |
| workflowId* | path | string | Die Workflow-ID |
Responses
200Workflow-Eingaben erfolgreich abgerufen
SuccessResponse & object
404Workflow nicht gefunden
| Feld | Typ | Beschreibung |
|---|---|---|
| status | string | |
| message | string |
500Interner Serverfehler
| Feld | Typ | Beschreibung |
|---|---|---|
| status | string | |
| message | string |
post
https://app.meingpt.com/api/workflows/v1/{workflowId}/runEinen Workflow ausführen
Führt einen Workflow mit den bereitgestellten Eingabeparametern aus
🔒 ApiKeyAuth
Parameter
| Parameter | In | Typ | Beschreibung |
|---|---|---|---|
| Authorization* | header | string | API-Schlüssel zur Authentifizierung. Verwende das Format 'Bearer <Dein-API-Schlüssel>'. |
| workflowId* | path | string | Die Workflow-ID, die ausgeführt werden soll |
Request Body · application/json
| Feld | Typ | Beschreibung |
|---|---|---|
| input* | object | Eingabeparameter für die Workflow-Ausführung |
Responses
200Workflow erfolgreich ausgeführt
SuccessResponse & object
400Ungültige Anfrage – ungültige Eingabe
| Feld | Typ | Beschreibung |
|---|---|---|
| status | string | |
| message | string |
403Verboten – Workflow-API ist für die Organisation nicht aktiviert
| Feld | Typ | Beschreibung |
|---|---|---|
| status | string | |
| message | string |
404Workflow nicht gefunden
| Feld | Typ | Beschreibung |
|---|---|---|
| status | string | |
| message | string |
500Interner Serverfehler
| Feld | Typ | Beschreibung |
|---|---|---|
| status | string | |
| message | string |
Praktischer Einsatz
- Workflow erstellen und testen: /platform/workflows-create
- Workflow in der Plattform nutzen: /platform/workflows
- Für API-Aufrufe immer zuerst Authentifizierung einrichten: /api/authentication
War diese Seite hilfreich?