# Get a vector (manager) **GET /manager/vectors/{id}** ## Servers - https://domain.tld/api/v2: https://domain.tld/api/v2 () ## Authentication methods - Bearer token ## Parameters ### Path parameters - **id** (integer(int32)) The id of the vector ## Responses ### 200 returns the vector #### Body: application/json (object) - **id** (integer) - **created_at** (string(date-time)) - **updated_at** (string(date-time)) - **content** (string) - **actions** (array[object]) ### 401 Unauthorized. #### Body: application/json (object) - **message** (string) ### 404 Not found [Powered by Bump.sh](https://bump.sh)