Skip to content

Commit ec8a522

Browse files
authored
fix: correct status endpoint path from /{kickoff_id}/status to /status/{kickoff_id}
1 parent e25f653 commit ec8a522

12 files changed

Lines changed: 23 additions & 23 deletions

File tree

docs/ar/api-reference/introduction.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ mode: "wide"
2626
</Step>
2727

2828
<Step title="مراقبة التقدم">
29-
استخدم `GET /{kickoff_id}/status` للتحقق من حالة التنفيذ واسترجاع النتائج.
29+
استخدم `GET /status/{kickoff_id}` للتحقق من حالة التنفيذ واسترجاع النتائج.
3030
</Step>
3131
</Steps>
3232

@@ -65,7 +65,7 @@ https://your-crew-name.crewai.com
6565

6666
1. **الاكتشاف**: استدعِ `GET /inputs` لفهم ما يحتاجه طاقمك
6767
2. **التنفيذ**: أرسل المدخلات عبر `POST /kickoff` لبدء المعالجة
68-
3. **المراقبة**: استعلم عن `GET /{kickoff_id}/status` حتى الاكتمال
68+
3. **المراقبة**: استعلم عن `GET /status/{kickoff_id}` حتى الاكتمال
6969
4. **النتائج**: استخرج المخرجات النهائية من الاستجابة المكتملة
7070

7171
## معالجة الأخطاء

docs/ar/api-reference/status.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "GET /{kickoff_id}/status"
2+
title: "GET /status/{kickoff_id}"
33
description: "الحصول على حالة التنفيذ"
4-
openapi: "/enterprise-api.en.yaml GET /{kickoff_id}/status"
4+
openapi: "/enterprise-api.en.yaml GET /status/{kickoff_id}"
55
mode: "wide"
66
---

docs/en/api-reference/introduction.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Welcome to the CrewAI AMP API reference. This API allows you to programmatically
2626
</Step>
2727

2828
<Step title="Monitor Progress">
29-
Use `GET /{kickoff_id}/status` to check execution status and retrieve results.
29+
Use `GET /status/{kickoff_id}` to check execution status and retrieve results.
3030
</Step>
3131
</Steps>
3232

@@ -65,7 +65,7 @@ Replace `your-crew-name` with your actual crew's URL from the dashboard.
6565

6666
1. **Discovery**: Call `GET /inputs` to understand what your crew needs
6767
2. **Execution**: Submit inputs via `POST /kickoff` to start processing
68-
3. **Monitoring**: Poll `GET /{kickoff_id}/status` until completion
68+
3. **Monitoring**: Poll `GET /status/{kickoff_id}` until completion
6969
4. **Results**: Extract the final output from the completed response
7070

7171
## Error Handling

docs/en/api-reference/status.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "GET /{kickoff_id}/status"
2+
title: "GET /status/{kickoff_id}"
33
description: "Get execution status"
4-
openapi: "/enterprise-api.en.yaml GET /{kickoff_id}/status"
4+
openapi: "/enterprise-api.en.yaml GET /status/{kickoff_id}"
55
mode: "wide"
66
---

docs/enterprise-api.base.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ info:
3535
3636
1. **Discover inputs** using `GET /inputs`
3737
2. **Start execution** using `POST /kickoff`
38-
3. **Monitor progress** using `GET /{kickoff_id}/status`
38+
3. **Monitor progress** using `GET /status/{kickoff_id}`
3939
version: 1.0.0
4040
contact:
4141
name: CrewAI Support
@@ -207,7 +207,7 @@ paths:
207207
"500":
208208
$ref: "#/components/responses/ServerError"
209209

210-
/{kickoff_id}/status:
210+
/status/{kickoff_id}:
211211
get:
212212
summary: Get Execution Status
213213
description: |

docs/enterprise-api.en.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ info:
3535
3636
1. **Discover inputs** using `GET /inputs`
3737
2. **Start execution** using `POST /kickoff`
38-
3. **Monitor progress** using `GET /{kickoff_id}/status`
38+
3. **Monitor progress** using `GET /status/{kickoff_id}`
3939
version: 1.0.0
4040
contact:
4141
name: CrewAI Support
@@ -207,7 +207,7 @@ paths:
207207
"500":
208208
$ref: "#/components/responses/ServerError"
209209

210-
/{kickoff_id}/status:
210+
/status/{kickoff_id}:
211211
get:
212212
summary: Get Execution Status
213213
description: |

docs/enterprise-api.ko.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ paths:
8484
'500':
8585
$ref: '#/components/responses/ServerError'
8686

87-
/{kickoff_id}/status:
87+
/status/{kickoff_id}:
8888
get:
8989
summary: 실행 상태 조회
9090
description: |

docs/enterprise-api.pt-BR.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ info:
3535
3636
1. **Descubra os inputs** usando `GET /inputs`
3737
2. **Inicie a execução** usando `POST /kickoff`
38-
3. **Monitore o progresso** usando `GET /{kickoff_id}/status`
38+
3. **Monitore o progresso** usando `GET /status/{kickoff_id}`
3939
version: 1.0.0
4040
contact:
4141
name: CrewAI Suporte
@@ -120,7 +120,7 @@ paths:
120120
"500":
121121
$ref: "#/components/responses/ServerError"
122122

123-
/{kickoff_id}/status:
123+
/status/{kickoff_id}:
124124
get:
125125
summary: Obter Status da Execução
126126
description: |

docs/ko/api-reference/introduction.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ CrewAI 엔터프라이즈 API 참고 자료에 오신 것을 환영합니다.
2626
</Step>
2727

2828
<Step title="진행 상황 모니터링">
29-
`GET /{kickoff_id}/status`를 사용하여 실행 상태를 확인하고 결과를 조회하세요.
29+
`GET /status/{kickoff_id}`를 사용하여 실행 상태를 확인하고 결과를 조회하세요.
3030
</Step>
3131
</Steps>
3232

@@ -65,7 +65,7 @@ https://your-crew-name.crewai.com
6565

6666
1. **탐색**: `GET /inputs`를 호출하여 crew가 필요한 것을 파악합니다.
6767
2. **실행**: `POST /kickoff`를 통해 입력값을 제출하여 처리를 시작합니다.
68-
3. **모니터링**: 완료될 때까지 `GET /{kickoff_id}/status`를 주기적으로 조회합니다.
68+
3. **모니터링**: 완료될 때까지 `GET /status/{kickoff_id}`를 주기적으로 조회합니다.
6969
4. **결과**: 완료된 응답에서 최종 출력을 추출합니다.
7070

7171
## 오류 처리

docs/ko/api-reference/status.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "GET /{kickoff_id}/status"
2+
title: "GET /status/{kickoff_id}"
33
description: "실행 상태 조회"
4-
openapi: "/enterprise-api.ko.yaml GET /{kickoff_id}/status"
4+
openapi: "/enterprise-api.ko.yaml GET /status/{kickoff_id}"
55
mode: "wide"
66
---

0 commit comments

Comments
 (0)