EndpointsGet workspace

Get workspace

Retrieves detailed information about a specific workspace by its unique identifier. Use this to review organization settings and document structure.

curl -X GET "https://api.jaoboost.com/v1/workspaces/example_string" \
  -H "Content-Type: application/json"
"null"
GET
/workspaces/{workspaceId}
GET
Base URLstring

Target server for requests. Edit to use your own host.

path
workspaceIdstring
Required

The id of the workspace to retrieve

Request Preview
Response

Response will appear here after sending the request

Path Parameters

workspaceIdstring
Required

The id of the workspace to retrieve

Responses

Expected response to a valid request

Was this page helpful?