# urlRedirectImport - admin-graphql - QUERY Version: 2024-10 ## Description Returns a redirect import resource by ID. ### Access Scopes ## Arguments * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the `UrlRedirectImport` to return. ## Returns * [count](/docs/api/admin-graphql/2024-10/scalars/Int): Int The number of rows in the file. * [createdCount](/docs/api/admin-graphql/2024-10/scalars/Int): Int The number of redirects created from the import. * [failedCount](/docs/api/admin-graphql/2024-10/scalars/Int): Int The number of redirects that failed to be imported. * [finished](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! Whether the import is finished. * [finishedAt](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime The date and time when the import finished. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! The ID of the `UrlRedirectImport` object. * [previewRedirects](/docs/api/admin-graphql/2024-10/objects/UrlRedirectImportPreview): UrlRedirectImportPreview! A list of up to three previews of the URL redirects to be imported. * [updatedCount](/docs/api/admin-graphql/2024-10/scalars/Int): Int The number of redirects updated during the import. ## Examples