File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
66661 . ** الاكتشاف** : استدعِ ` GET /inputs ` لفهم ما يحتاجه طاقمك
67672 . ** التنفيذ** : أرسل المدخلات عبر ` POST /kickoff ` لبدء المعالجة
68- 3 . ** المراقبة** : استعلم عن ` GET /{kickoff_id}/status ` حتى الاكتمال
68+ 3 . ** المراقبة** : استعلم عن ` GET /status/ {kickoff_id} ` حتى الاكتمال
69694 . ** النتائج** : استخرج المخرجات النهائية من الاستجابة المكتملة
7070
7171## معالجة الأخطاء
Original file line number Diff line number Diff line change 11---
2- title : " GET /{kickoff_id}/status "
2+ title : " GET /status/ {kickoff_id}"
33description : " الحصول على حالة التنفيذ"
4- openapi : " /enterprise-api.en.yaml GET /{kickoff_id}/status "
4+ openapi : " /enterprise-api.en.yaml GET /status/ {kickoff_id}"
55mode : " wide"
66---
Original file line number Diff line number Diff 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
66661 . ** Discovery** : Call ` GET /inputs ` to understand what your crew needs
67672 . ** 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
69694 . ** Results** : Extract the final output from the completed response
7070
7171## Error Handling
Original file line number Diff line number Diff line change 11---
2- title : " GET /{kickoff_id}/status "
2+ title : " GET /status/ {kickoff_id}"
33description : " Get execution status"
4- openapi : " /enterprise-api.en.yaml GET /{kickoff_id}/status "
4+ openapi : " /enterprise-api.en.yaml GET /status/ {kickoff_id}"
55mode : " wide"
66---
Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 8484 ' 500 ' :
8585 $ref : ' #/components/responses/ServerError'
8686
87- /{kickoff_id}/status :
87+ /status/ {kickoff_id} :
8888 get :
8989 summary : 실행 상태 조회
9090 description : |
Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff 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
66661 . ** 탐색** : ` GET /inputs ` 를 호출하여 crew가 필요한 것을 파악합니다.
67672 . ** 실행** : ` POST /kickoff ` 를 통해 입력값을 제출하여 처리를 시작합니다.
68- 3 . ** 모니터링** : 완료될 때까지 ` GET /{kickoff_id}/status ` 를 주기적으로 조회합니다.
68+ 3 . ** 모니터링** : 완료될 때까지 ` GET /status/ {kickoff_id} ` 를 주기적으로 조회합니다.
69694 . ** 결과** : 완료된 응답에서 최종 출력을 추출합니다.
7070
7171## 오류 처리
Original file line number Diff line number Diff line change 11---
2- title : " GET /{kickoff_id}/status "
2+ title : " GET /status/ {kickoff_id}"
33description : " 실행 상태 조회"
4- openapi : " /enterprise-api.ko.yaml GET /{kickoff_id}/status "
4+ openapi : " /enterprise-api.ko.yaml GET /status/ {kickoff_id}"
55mode : " wide"
66---
You can’t perform that action at this time.
0 commit comments