Skip to content

Get team generation progress

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
<= 100
status
required

Status of the team generation process.

string
Allowed values: pending in_progress completed failed
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