---
title: "Create Hosted Session to View Tasks"
method: POST
path: "/tasks/sessions"
---

# Create Hosted Session to View Tasks

`POST /tasks/sessions`

Returns a URL with session, where the tasks are hosted at Mosey. Users can filter tasks based on location and status. Users can also act on these tasks

## Request body

- TasksSessionRequest
  - `callback_url` string, required

## Response `200`

Successful Response

- TasksSessionResponse
  - `url` string, required
  - `created_at` string, required
  - `expires_at` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mosey/apis/mosey-api.md) · [All operations](https://skmtc.net/mosey/apis/mosey-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mosey/mosey-api/versions/2121b0e65643/schema)
