한국어
cURL
curl --request GET \ --url https://your-actual-crew-name.crewai.com/status/{kickoff_id} \ --header 'Authorization: Bearer <token>'
{ "status": "running", "current_task": "<string>", "progress": { "completed_tasks": 123, "total_tasks": 123 } }
실행 상태 조회
📋 참고 - 예시의 토큰은 자리 표시자입니다. 실제 토큰을 사용하세요.
상태를 성공적으로 조회
The response is of type object.
object
이 페이지가 도움이 되었나요?