Skip to main content

Get User Build Status

GET 

/api/build-status

This endpoint retrieves the build status of a user's odyssey based on their user ID. The request must include a valid API key and user ID in the headers.

Request

Header Parameters

    x-api-key stringrequired

    API key to authorize the request.

    userid stringrequired

    ID of the user whose status is being retrieved.

Responses

Successfully retrieved user build status.

Schema

    status string

    The current build status of the user's odyssey.

    createdAt date-time

    The timestamp when the status was created.

    workspaceId string

    The ID of the workspace associated with the user's odyssey.

Loading...