Skip to main content
GET
/
api
/
sessions
/
{id}
cURL
curl http://localhost:18080/api/sessions/sess-123
{
  "id": "<string>",
  "workspaceId": "<string>",
  "status": "running",
  "createdAt": "2023-11-07T05:31:56Z",
  "completedAt": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.hellofriday.ai/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required

Response

Session details

id
string
workspaceId
string
status
enum<string>
Available options:
running,
completed,
failed,
cancelled
createdAt
string<date-time>
completedAt
string<date-time>