---
title: "Get selected time tracking provider"
method: GET
path: "/rest/api/3/configuration/timetracking"
tags: ["Time tracking"]
---

# Get selected time tracking provider

`GET /rest/api/3/configuration/timetracking`

Returns the time tracking provider that is currently selected. Note that if time tracking is disabled, then a successful but empty response is returned.

**[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).

## Response `200`

Returned if the request is successful and time tracking is enabled.

- TimeTrackingProvider — Details about the time tracking provider.
  - `key` string, required — The key for the time tracking provider. For example, *JIRA*.
  - `name` string — The name of the time tracking provider. For example, *JIRA provided time tracking*.
  - `url` string — The URL of the configuration page for the time tracking provider app. For example, */example/config/url*. This property is only returned if the `adminPageKey` property is set in the module descriptor of the time tracking provider app.

## Other responses

- `204` — Returned if the request is successful but time tracking is disabled.
- `401` — Returned if the authentication credentials are incorrect or missing.
- `403` — Returned if the user does not have the necessary permission.

---

[API](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2.md) · [All operations](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api-2/versions/5a51740d7ab3/schema)
