Get team generation progress
GET /api/v1/onboarding/team-status
GET
/api/v1/onboarding/team-status
Poll the current status of team generation for the authenticated tenant.
Authorizations
Responses
200
Successful Response
Response for GET /api/v1/onboarding/team-status.
object
data
required
Current team generation progress.
Attributes: status: Overall generation status. agents_created: Number of agents created so far. progress_pct: Percentage of generation complete (0-100).
object
agents_created
integer
progress_pct
number
status
required
Status of the team generation process.
string
meta
Standard metadata included in every API response.
Attributes: request_id: Unique identifier for request tracing. timestamp: UTC timestamp of the response.
object
request_id
Unique identifier for request tracing
string
timestamp
UTC timestamp of the response
string format: date-time