---
title: "GET /reporting/repositories/{id}"
method: GET
path: "/reporting/repositories/{id}"
tags: ["Reports"]
---

# GET /reporting/repositories/{id}

`GET /reporting/repositories/{id}`

Get a concrete report repository object given it's id.

## Path parameters

- `id` string, required

## Response `200`

- ReportingReportsRepository — Repository. Is used to represent reports repository.
  - `id` string
  - `name` string, nullable
  - `description` string, nullable
  - `version` string, nullable
  - `language` 'python', nullable
  - `repository_type` 'system' | 'custom'
  - `revision` integer
  - `git` ReportingGitInfo, required — Git Info. Is used to represent git repository information
    - `url` string, uri, required
    - `tag` string, required
    - `commit` string, nullable
    - `auth` ReportingGitCredentials — Git Credentials. Is used to represent input object to request git tags. You need to provide `username` and `password` to your git repository as input data.
      - `username` string, nullable
      - `password` string, nullable
  - `status` 'configuring' | 'ready' | 'failed'
  - `notes` string, nullable
  - `stats` ReportingRepoStats, required — Repository Stats. Is used to represent statistics about repository. `templates_count` -- amount of templates registered for this repository, `monthly_executions` -- amount of executions in current month, `total_executions` -- amount of all executions.
    - `templates_count` integer
    - `monthly_executions` integer
    - `total_executions` integer
  - `events` object
    - `created` object
      - `at` string, datetime
      - `by` object
        - `id` string
        - `name` string
        - `icon` string
    - `updated` object
      - `at` string, datetime
      - `by` object
        - `id` string
        - `name` string
        - `icon` string
  - `owner` ReportingAccountReference, required
    - `id` string
    - `name` string, required

## Other responses

- `400`

---

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