Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://ai.liara.ir/v1/workspaces/{workspaceID} \ --header 'Authorization: <api-key>'
{ "workspace": { "_id": "<string>", "name": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } }
Gets detailed information about a specific workspace.
Enter the token with the Bearer: prefix, e.g. "Bearer abcde12345"
Bearer:
The workspace ID
^[a-f0-9]{24}$
Workspace details
Show child attributes