curl -X GET "https://api.relace.ai/v1/repo?page=1" \
-H "Authorization: Bearer YOUR_API_KEY"
{
"items": [
{
"repo_id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2024-01-15T10:30:00Z",
"metadata": {
"name": "my-project",
"description": "A sample project"
}
}
],
"next_page": 2
}
Get a paginated list of all repos you own.
curl -X GET "https://api.relace.ai/v1/repo?page=1" \
-H "Authorization: Bearer YOUR_API_KEY"
{
"items": [
{
"repo_id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2024-01-15T10:30:00Z",
"metadata": {
"name": "my-project",
"description": "A sample project"
}
}
],
"next_page": 2
}
curl -X GET "https://api.relace.ai/v1/repo?page=1" \
-H "Authorization: Bearer YOUR_API_KEY"
{
"items": [
{
"repo_id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2024-01-15T10:30:00Z",
"metadata": {
"name": "my-project",
"description": "A sample project"
}
}
],
"next_page": 2
}